#96d71c

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

Shades of Yellow Green #96D71C

Tints of Yellow Green #96D71C

Color information

#96D71C (or 0x96D71C) is unknown color: approx Yellow Green. HEX triplet: 96, D7 and 1C. RGB value is (150,215,28). Sum of RGB (Red+Green+Blue) = 150+215+28=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #96D71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D71C is #6928E3. Grayscale: #AEAEAE. Windows color (decimal): -6891748 or 1890198. OLE color: 1890198.

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

Color convert

RGB15021528-
CMYK0.3000.870.16
HSL80.86º76.95%47.65%-
HSV(B)80.86º86.98%84.31%-
XYZ37.0955.179.79-
YUV174.2545.47110.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 215 (84.38% from 255) = 54.71%
BLUE value IS 28 (11.33% from 255) = 7.12%
R=38.17%
G=54.71%
B=7.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150215280.3000.870.1680.8676.9547.65
Hex96D71C1E05710514d30
Octal226327343601272012111560
Binary10010110110101111110011110010101111000010100011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96d71c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,215,28); }

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

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

 a { background-color: rgb(150,215,28); }

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

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

 span { border-color: rgb(150,215,28); }

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