Html Css Color HEX #96CB20 Yellow Green

📋 copy color: '#96CB20'

red 150 ◦ green 203 ◦ blue 32

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

Shades of Yellow Green #96CB20

Tints of Yellow Green #96CB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.73%

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 38.96%
G = 52.73%
B = 8.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#96CB20 (or 0x96CB20) is known color: Yellow Green. HEX triplet: 96, CB and 20. RGB value is (150,203,32). Sum of RGB (Red+Green+Blue) = 150+203+32=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CB20 is #6934DF. Grayscale: #A8A8A8. Windows color (decimal): -6894816 or 2149270. OLE color: 2149270.

HSL color Cylindrical-coordinate representation of color #96CB20: hue angle of 78.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96CB20 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 32 -
CMYK 0.26 0 0.84 0.20
HSL 78.6º 0.73% 0.46% -
HSV(B) 78.6º 0.84% 0.8% -
XYZ 34.19 49.3 9.08 -
YUV 167.66 51.44 115.4 -
System Red Green Blue C M Y K H S L
Decimal 150 203 32 0.26 0 0.84 0.20 78.6 0.73 0.46
Hex 96 CB 20 1A 0 54 14 4F 49 2E
Octal 226 313 40 32 0 124 24 117 111 56
Binary 10010110 11001011 100000 11010 0 1010100 10100 1001111 1001001 101110

Color Harmonies of #96CB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB20

Black with #96CB20

Text Example


Text Example

White with #96CB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,203,32); }

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

background-color css

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

 a { background-color: rgb(150,203,32); }

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

border-color css

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

 span { border-color: rgb(150,203,32); }

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