#96F541

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

Shades of Green Yellow #96F541

Tints of Green Yellow #96F541

Color information

#96F541 (or 0x96F541) is unknown color: approx Green Yellow. HEX triplet: 96, F5 and 41. RGB value is (150,245,65). Sum of RGB (Red+Green+Blue) = 150+245+65=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #96F541 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F541 is #690ABE. Grayscale: #C4C4C4. Windows color (decimal): -6884031 or 4322710. OLE color: 4322710.

HSL color Cylindrical-coordinate representation of color #96F541: hue angle of 91.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96F541 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB15024565-
CMYK0.3900.730.04
HSL91.67º90%60.78%-
HSV(B)91.67º73.47%96.08%-
XYZ46.1872.1716.5-
YUV196.0854.0395.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 245 (96.09% from 255) = 53.26%
BLUE value IS 65 (25.78% from 255) = 14.13%
R=32.61%
G=53.26%
B=14.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal150245650.3900.730.0491.679060.78
Hex96F5412704945c5a3d
Octal226365101470111413413275
Binary100101101111010110000011001110100100110010111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,245,65); }

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

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

 a { background-color: rgb(150,245,65); }

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

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

 span { border-color: rgb(150,245,65); }

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