#96DD1F

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

Shades of Yellow Green #96DD1F

Tints of Yellow Green #96DD1F

Color information

#96DD1F (or 0x96DD1F) is unknown color: approx Yellow Green. HEX triplet: 96, DD and 1F. RGB value is (150,221,31). Sum of RGB (Red+Green+Blue) = 150+221+31=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DD1F is #6922E0. Grayscale: #B2B2B2. Windows color (decimal): -6890209 or 2088342. OLE color: 2088342.

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

Color convert

RGB15022131-
CMYK0.3200.860.13
HSL82.42º75.4%49.41%-
HSV(B)82.42º85.97%86.67%-
XYZ38.6858.310.51-
YUV178.1144.98107.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 221 (86.72% from 255) = 54.98%
BLUE value IS 31 (12.5% from 255) = 7.71%
R=37.31%
G=54.98%
B=7.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150221310.3200.860.1382.4275.449.41
Hex96DD1F20056D524b31
Octal226335374001261512211361
Binary10010110110111011111110000001010110110110100101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,221,31); }

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

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

 a { background-color: rgb(150,221,31); }

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

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

 span { border-color: rgb(150,221,31); }

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