#96FF45

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

Shades of Green Yellow #96FF45

Tints of Green Yellow #96FF45

Color information

#96FF45 (or 0x96FF45) is unknown color: approx Green Yellow. HEX triplet: 96, FF and 45. RGB value is (150,255,69). Sum of RGB (Red+Green+Blue) = 150+255+69=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FF45 is #6900BA. Grayscale: #CBCBCB. Windows color (decimal): -6881467 or 4587414. OLE color: 4587414.

HSL color Cylindrical-coordinate representation of color #96FF45: hue angle of 93.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96FF45 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB15025569-
CMYK0.4100.730
HSL93.87º100%63.53%-
HSV(B)93.87º72.94%100%-
XYZ49.4178.4318.17-
YUV202.452.7190.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.65%
GREEN value IS 255 (100% from 255) = 53.80%
BLUE value IS 69 (27.34% from 255) = 14.56%
R=31.65%
G=53.80%
B=14.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal150255690.4100.73093.8710063.53
Hex96FF452904905e6440
Octal2263771055101110136144100
Binary10010110111111111000101101001010010010101111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,255,69); }

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

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

 a { background-color: rgb(150,255,69); }

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

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

 span { border-color: rgb(150,255,69); }

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