#96F73F

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

Shades of Green Yellow #96F73F

Tints of Green Yellow #96F73F

Color information

#96F73F (or 0x96F73F) is unknown color: approx Green Yellow. HEX triplet: 96, F7 and 3F. RGB value is (150,247,63). Sum of RGB (Red+Green+Blue) = 150+247+63=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 247 (96.88% from 255 or 53.70% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 247 - color contains mainly: green. Hex color #96F73F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F73F is #6908C0. Grayscale: #C5C5C5. Windows color (decimal): -6883521 or 4192150. OLE color: 4192150.

HSL color Cylindrical-coordinate representation of color #96F73F: hue angle of 91.63º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96F73F is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB15024763-
CMYK0.3900.740.03
HSL91.63º92%60.78%-
HSV(B)91.63º74.49%96.86%-
XYZ46.7473.3616.4-
YUV197.0252.3694.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 247 (96.88% from 255) = 53.70%
BLUE value IS 63 (25% from 255) = 13.70%
R=32.61%
G=53.70%
B=13.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150247630.3900.740.0391.639260.78
Hex96F73F2704A35c5c3d
Octal22636777470112313413475
Binary1001011011110111111111100111010010101110111001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,247,63); }

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

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

 a { background-color: rgb(150,247,63); }

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

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

 span { border-color: rgb(150,247,63); }

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