#96F44B

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

Shades of Green Yellow #96F44B

Tints of Green Yellow #96F44B

Color information

#96F44B (or 0x96F44B) is unknown color: approx Green Yellow. HEX triplet: 96, F4 and 4B. RGB value is (150,244,75). Sum of RGB (Red+Green+Blue) = 150+244+75=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 244 (95.70% from 255 or 52.03% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 244 - color contains mainly: green. Hex color #96F44B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F44B is #690BB4. Grayscale: #C5C5C5. Windows color (decimal): -6884277 or 4977814. OLE color: 4977814.

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

Color convert

RGB15024475-
CMYK0.3900.690.04
HSL93.37º88.48%62.55%-
HSV(B)93.37º69.26%95.69%-
XYZ46.271.6918.06-
YUV196.6359.3694.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 244 (95.70% from 255) = 52.03%
BLUE value IS 75 (29.69% from 255) = 15.99%
R=31.98%
G=52.03%
B=15.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal150244750.3900.690.0493.3788.4862.55
Hex96F44B2704545d583f
Octal226364113470105413513077
Binary100101101111010010010111001110100010110010111011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,244,75); }

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

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

 a { background-color: rgb(150,244,75); }

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

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

 span { border-color: rgb(150,244,75); }

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