#96df20

Color #96DF20 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #96DF20

Tints of Yellow Green #96DF20

Color information

#96DF20 (or 0x96DF20) is unknown color: approx Yellow Green. HEX triplet: 96, DF and 20. RGB value is (150,223,32). Sum of RGB (Red+Green+Blue) = 150+223+32=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DF20 is #6920DF. Grayscale: #B4B4B4. Windows color (decimal): -6889696 or 2154390. OLE color: 2154390.

HSL color Cylindrical-coordinate representation of color #96DF20: hue angle of 82.93º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96DF20 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB15022332-
CMYK0.3300.860.13
HSL82.93º74.9%50%-
HSV(B)82.93º85.65%87.45%-
XYZ39.2359.3610.76-
YUV179.444.82107.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 223 (87.5% from 255) = 55.06%
BLUE value IS 32 (12.89% from 255) = 7.90%
R=37.04%
G=55.06%
B=7.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150223320.3300.860.1382.9374.950
Hex96DF2021056D534b32
Octal226337404101261512311362
Binary100101101101111110000010000101010110110110100111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96df20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96df20;
 }
 .AnyTagClassName
 {
   color: #96df20;
 }
</style>
background-color css

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

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

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

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

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

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