Html Css Color HEX #96D032 Yellow Green

📋 copy color: '#96D032'

red 150 ◦ green 208 ◦ blue 50

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

Shades of Yellow Green #96D032

Tints of Yellow Green #96D032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 36.76%
G = 50.98%
B = 12.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#96D032 (or 0x96D032) is known color: Yellow Green. HEX triplet: 96, D0 and 32. RGB value is (150,208,50). Sum of RGB (Red+Green+Blue) = 150+208+50=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #96D032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D032 is #692FCD. Grayscale: #ADADAD. Windows color (decimal): -6893518 or 3330198. OLE color: 3330198.

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

Color convert

RGB 150 208 50 -
CMYK 0.28 0 0.76 0.18
HSL 82.03º 0.63% 0.51% -
HSV(B) 82.03º 0.76% 0.82% -
XYZ 35.71 51.83 11.14 -
YUV 172.65 58.78 111.85 -
System Red Green Blue C M Y K H S L
Decimal 150 208 50 0.28 0 0.76 0.18 82.03 0.63 0.51
Hex 96 D0 32 1C 0 4C 12 52 3F 33
Octal 226 320 62 34 0 114 22 122 77 63
Binary 10010110 11010000 110010 11100 0 1001100 10010 1010010 111111 110011

Color Harmonies of #96D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D032

Black with #96D032

Text Example


Text Example

White with #96D032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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