#96FD28

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

Shades of Green Yellow #96FD28

Tints of Green Yellow #96FD28

Color information

#96FD28 (or 0x96FD28) is unknown color: approx Green Yellow. HEX triplet: 96, FD and 28. RGB value is (150,253,40). Sum of RGB (Red+Green+Blue) = 150+253+40=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #96FD28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FD28 is #6902D7. Grayscale: #C6C6C6. Windows color (decimal): -6882008 or 2686358. OLE color: 2686358.

HSL color Cylindrical-coordinate representation of color #96FD28: hue angle of 89.01º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96FD28 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB15025340-
CMYK0.4100.840.01
HSL89.01º98.16%57.45%-
HSV(B)89.01º84.19%99.22%-
XYZ48.0976.8914.31-
YUV197.9238.8893.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 253 (99.22% from 255) = 57.11%
BLUE value IS 40 (16.02% from 255) = 9.03%
R=33.86%
G=57.11%
B=9.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal150253400.4100.840.0189.0198.1657.45
Hex96FD28290541596239
Octal22637550510124113114271
Binary100101101111110110100010100101010100110110011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,253,40); }

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

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

 a { background-color: rgb(150,253,40); }

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

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

 span { border-color: rgb(150,253,40); }

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