Html Css Color HEX #96E02C Yellow Green

📋 copy color: '#96E02C'

red 150 ◦ green 224 ◦ blue 44

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

Shades of Yellow Green #96E02C

Tints of Yellow Green #96E02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.53%

R = 35.89%
G = 53.59%
B = 10.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#96E02C (or 0x96E02C) is known color: Yellow Green. HEX triplet: 96, E0 and 2C. RGB value is (150,224,44). Sum of RGB (Red+Green+Blue) = 150+224+44=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #96E02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E02C is #691FD3. Grayscale: #B6B6B6. Windows color (decimal): -6889428 or 2941078. OLE color: 2941078.

HSL color Cylindrical-coordinate representation of color #96E02C: hue angle of 84.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96E02C is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 44 -
CMYK 0.33 0 0.80 0.12
HSL 84.67º 0.74% 0.53% -
HSV(B) 84.67º 0.8% 0.88% -
XYZ 39.69 59.98 11.87 -
YUV 181.35 50.48 105.64 -
System Red Green Blue C M Y K H S L
Decimal 150 224 44 0.33 0 0.80 0.12 84.67 0.74 0.53
Hex 96 E0 2C 21 0 50 C 55 4A 35
Octal 226 340 54 41 0 120 14 125 112 65
Binary 10010110 11100000 101100 100001 0 1010000 1100 1010101 1001010 110101

Color Harmonies of #96E02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E02C

Black with #96E02C

Text Example


Text Example

White with #96E02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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