Html Css Color HEX #96E028 Yellow Green

📋 copy color: '#96E028'

red 150 ◦ green 224 ◦ blue 40

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

Shades of Yellow Green #96E028

Tints of Yellow Green #96E028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.66%

R = 36.23%
G = 54.11%
B = 9.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#96E028 (or 0x96E028) is known color: Yellow Green. HEX triplet: 96, E0 and 28. RGB value is (150,224,40). Sum of RGB (Red+Green+Blue) = 150+224+40=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #96E028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E028 is #691FD7. Grayscale: #B5B5B5. Windows color (decimal): -6889432 or 2678934. OLE color: 2678934.

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

Color convert

RGB 150 224 40 -
CMYK 0.33 0 0.82 0.12
HSL 84.13º 0.75% 0.52% -
HSV(B) 84.13º 0.82% 0.88% -
XYZ 39.62 59.95 11.49 -
YUV 180.9 48.48 105.96 -
System Red Green Blue C M Y K H S L
Decimal 150 224 40 0.33 0 0.82 0.12 84.13 0.75 0.52
Hex 96 E0 28 21 0 52 C 54 4B 34
Octal 226 340 50 41 0 122 14 124 113 64
Binary 10010110 11100000 101000 100001 0 1010010 1100 1010100 1001011 110100

Color Harmonies of #96E028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E028

Black with #96E028

Text Example


Text Example

White with #96E028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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