Html Css Color HEX #96E027 Yellow Green

📋 copy color: '#96E027'

red 150 ◦ green 224 ◦ blue 39

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

Shades of Yellow Green #96E027

Tints of Yellow Green #96E027

RGB

 RED value IS 150 (58.98% from 255) = 36.32%

 GREEN value IS 224 (87.89% from 255) = 54.24%

 BLUE value IS 39 (15.63% from 255) = 9.44%

R = 36.32%
G = 54.24%
B = 9.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#96E027 (or 0x96E027) is known color: Yellow Green. HEX triplet: 96, E0 and 27. RGB value is (150,224,39). Sum of RGB (Red+Green+Blue) = 150+224+39=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #96E027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E027 is #691FD8. Grayscale: #B5B5B5. Windows color (decimal): -6889433 or 2613398. OLE color: 2613398.

HSL color Cylindrical-coordinate representation of color #96E027: hue angle of 84º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96E027 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 39 -
CMYK 0.33 0 0.83 0.12
HSL 84º 0.75% 0.52% -
HSV(B) 84º 0.83% 0.88% -
XYZ 39.6 59.94 11.4 -
YUV 180.78 47.98 106.04 -
System Red Green Blue C M Y K H S L
Decimal 150 224 39 0.33 0 0.83 0.12 84 0.75 0.52
Hex 96 E0 27 21 0 53 C 54 4B 34
Octal 226 340 47 41 0 123 14 124 113 64
Binary 10010110 11100000 100111 100001 0 1010011 1100 1010100 1001011 110100

Color Harmonies of #96E027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E027

Black with #96E027

Text Example


Text Example

White with #96E027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96E027; }

 p { color: rgb(150,224,39); }

 H1.HeaderClassName
 {
   color: #96E027;
 }
 .AnyTagClassName
 {
   color: #96E027;
 }
</style>

background-color css

<style>
 a { background-color: #96E027; }

 a { background-color: rgb(150,224,39); }

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

border-color css

<style>
 span { border-color: #96E027; }

 span { border-color: rgb(150,224,39); }

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