Html Css Color HEX #96D222 Yellow Green

📋 copy color: '#96D222'

red 150 ◦ green 210 ◦ blue 34

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

Shades of Yellow Green #96D222

Tints of Yellow Green #96D222

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.3%

 BLUE value IS 34 (13.67% from 255) = 8.63%

R = 38.07%
G = 53.3%
B = 8.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#96D222 (or 0x96D222) is known color: Yellow Green. HEX triplet: 96, D2 and 22. RGB value is (150,210,34). Sum of RGB (Red+Green+Blue) = 150+210+34=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #96D222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D222 is #692DDD. Grayscale: #ACACAC. Windows color (decimal): -6893022 or 2282134. OLE color: 2282134.

HSL color Cylindrical-coordinate representation of color #96D222: hue angle of 80.45º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96D222 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 210 34 -
CMYK 0.29 0 0.84 0.18
HSL 80.45º 0.72% 0.48% -
HSV(B) 80.45º 0.84% 0.82% -
XYZ 35.91 52.69 9.79 -
YUV 172 50.12 112.31 -
System Red Green Blue C M Y K H S L
Decimal 150 210 34 0.29 0 0.84 0.18 80.45 0.72 0.48
Hex 96 D2 22 1D 0 54 12 50 48 30
Octal 226 322 42 35 0 124 22 120 110 60
Binary 10010110 11010010 100010 11101 0 1010100 10010 1010000 1001000 110000

Color Harmonies of #96D222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D222

Black with #96D222

Text Example


Text Example

White with #96D222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,210,34); }

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

background-color css

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

 a { background-color: rgb(150,210,34); }

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

border-color css

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

 span { border-color: rgb(150,210,34); }

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