Html Css Color HEX #95EC20 Green Yellow

📋 copy color: '#95EC20'

red 149 ◦ green 236 ◦ blue 32

#95EC20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #95EC20

Tints of Green Yellow #95EC20

RGB

 RED value IS 149 (58.59% from 255) = 35.73%

 GREEN value IS 236 (92.58% from 255) = 56.59%

 BLUE value IS 32 (12.89% from 255) = 7.67%

R = 35.73%
G = 56.59%
B = 7.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#95EC20 (or 0x95EC20) is known color: Green Yellow. HEX triplet: 95, EC and 20. RGB value is (149,236,32). Sum of RGB (Red+Green+Blue) = 149+236+32=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 236 (92.58% from 255 or 56.59% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EC20 is #6A13DF. Grayscale: #BBBBBB. Windows color (decimal): -6951904 or 2157717. OLE color: 2157717.

HSL color Cylindrical-coordinate representation of color #95EC20: hue angle of 85.59º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #95EC20 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 236 32 -
CMYK 0.37 0 0.86 0.07
HSL 85.59º 0.84% 0.53% -
HSV(B) 85.59º 0.86% 0.93% -
XYZ 42.65 66.48 11.95 -
YUV 186.73 40.68 101.09 -
System Red Green Blue C M Y K H S L
Decimal 149 236 32 0.37 0 0.86 0.07 85.59 0.84 0.53
Hex 95 EC 20 25 0 56 7 56 54 35
Octal 225 354 40 45 0 126 7 126 124 65
Binary 10010101 11101100 100000 100101 0 1010110 111 1010110 1010100 110101

Color Harmonies of #95EC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EC20

Black with #95EC20

Text Example


Text Example

White with #95EC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EC20; }

 p { color: rgb(149,236,32); }

 H1.HeaderClassName
 {
   color: #95EC20;
 }
 .AnyTagClassName
 {
   color: #95EC20;
 }
</style>

background-color css

<style>
 a { background-color: #95EC20; }

 a { background-color: rgb(149,236,32); }

 div.DivClassName
 {
   background-color: #95EC20;
 }
 .BgClassName
 {
   background-color: #95EC20;
 }
</style>

border-color css

<style>
 span { border-color: #95EC20; }

 span { border-color: rgb(149,236,32); }

 td.TdClassName
 {
   border-color: #95EC20;
 }
 .TagClassName
 {
   border-color: #95EC20;
 }
</style>