Html Css Color HEX #96D02C Yellow Green

📋 copy color: '#96D02C'

red 150 ◦ green 208 ◦ blue 44

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

Shades of Yellow Green #96D02C

Tints of Yellow Green #96D02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.74%

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

R = 37.31%
G = 51.74%
B = 10.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#96D02C (or 0x96D02C) is known color: Yellow Green. HEX triplet: 96, D0 and 2C. RGB value is (150,208,44). Sum of RGB (Red+Green+Blue) = 150+208+44=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #96D02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D02C is #692FD3. Grayscale: #ACACAC. Windows color (decimal): -6893524 or 2936982. OLE color: 2936982.

HSL color Cylindrical-coordinate representation of color #96D02C: hue angle of 81.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96D02C is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 44 -
CMYK 0.28 0 0.79 0.18
HSL 81.22º 0.65% 0.49% -
HSV(B) 81.22º 0.79% 0.82% -
XYZ 35.59 51.78 10.5 -
YUV 171.96 55.78 112.34 -
System Red Green Blue C M Y K H S L
Decimal 150 208 44 0.28 0 0.79 0.18 81.22 0.65 0.49
Hex 96 D0 2C 1C 0 4F 12 51 41 31
Octal 226 320 54 34 0 117 22 121 101 61
Binary 10010110 11010000 101100 11100 0 1001111 10010 1010001 1000001 110001

Color Harmonies of #96D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D02C

Black with #96D02C

Text Example


Text Example

White with #96D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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