#96D51F

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

Shades of Yellow Green #96D51F

Tints of Yellow Green #96D51F

Color information

#96D51F (or 0x96D51F) is unknown color: approx Yellow Green. HEX triplet: 96, D5 and 1F. RGB value is (150,213,31). Sum of RGB (Red+Green+Blue) = 150+213+31=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #96D51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D51F is #692AE0. Grayscale: #AEAEAE. Windows color (decimal): -6892257 or 2086294. OLE color: 2086294.

HSL color Cylindrical-coordinate representation of color #96D51F: hue angle of 80.77º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96D51F is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB15021331-
CMYK0.3000.850.16
HSL80.77º74.59%47.84%-
HSV(B)80.77º85.45%83.53%-
XYZ36.6254.179.82-
YUV173.4247.63111.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 213 (83.59% from 255) = 54.06%
BLUE value IS 31 (12.5% from 255) = 7.87%
R=38.07%
G=54.06%
B=7.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150213310.3000.850.1680.7774.5947.84
Hex96D51F1E05510514b30
Octal226325373601252012111360
Binary10010110110101011111111110010101011000010100011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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