#96F73B

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

Shades of Green Yellow #96F73B

Tints of Green Yellow #96F73B

Color information

#96F73B (or 0x96F73B) is unknown color: approx Green Yellow. HEX triplet: 96, F7 and 3B. RGB value is (150,247,59). Sum of RGB (Red+Green+Blue) = 150+247+59=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 247 (96.88% from 255 or 54.17% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 247 - color contains mainly: green. Hex color #96F73B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F73B is #6908C4. Grayscale: #C5C5C5. Windows color (decimal): -6883525 or 3930006. OLE color: 3930006.

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

Color convert

RGB15024759-
CMYK0.3900.760.03
HSL90.96º92.16%60%-
HSV(B)90.96º76.11%96.86%-
XYZ46.6373.3215.83-
YUV196.5650.3694.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 247 (96.88% from 255) = 54.17%
BLUE value IS 59 (23.44% from 255) = 12.94%
R=32.89%
G=54.17%
B=12.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150247590.3900.760.0390.9692.1660
Hex96F73B2704C35b5c3c
Octal22636773470114313313474
Binary1001011011110111111011100111010011001110110111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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