#96F43D

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

Shades of Green Yellow #96F43D

Tints of Green Yellow #96F43D

Color information

#96F43D (or 0x96F43D) is unknown color: approx Green Yellow. HEX triplet: 96, F4 and 3D. RGB value is (150,244,61). Sum of RGB (Red+Green+Blue) = 150+244+61=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #96F43D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F43D is #690BC2. Grayscale: #C3C3C3. Windows color (decimal): -6884291 or 4060310. OLE color: 4060310.

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

Color convert

RGB15024461-
CMYK0.3900.750.04
HSL90.82º89.27%59.8%-
HSV(B)90.82º75%95.69%-
XYZ45.7771.5215.81-
YUV195.0352.3695.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 244 (95.70% from 255) = 53.63%
BLUE value IS 61 (24.22% from 255) = 13.41%
R=32.97%
G=53.63%
B=13.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal150244610.3900.750.0490.8289.2759.8
Hex96F43D2704B45b593c
Octal22636475470113413313174
Binary10010110111101001111011001110100101110010110111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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