#96F734

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

Shades of Green Yellow #96F734

Tints of Green Yellow #96F734

Color information

#96F734 (or 0x96F734) is unknown color: approx Green Yellow. HEX triplet: 96, F7 and 34. RGB value is (150,247,52). Sum of RGB (Red+Green+Blue) = 150+247+52=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 247 (96.88% from 255 or 55.01% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 247 - color contains mainly: green. Hex color #96F734 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F734 is #6908CB. Grayscale: #C4C4C4. Windows color (decimal): -6883532 or 3471254. OLE color: 3471254.

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

Color convert

RGB15024752-
CMYK0.3900.790.03
HSL89.85º92.42%58.63%-
HSV(B)89.85º78.95%96.86%-
XYZ46.4673.2514.94-
YUV195.7746.8695.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 247 (96.88% from 255) = 55.01%
BLUE value IS 52 (20.70% from 255) = 11.58%
R=33.41%
G=55.01%
B=11.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150247520.3900.790.0389.8592.4258.63
Hex96F7342704F35a5c3b
Octal22636764470117313213473
Binary1001011011110111110100100111010011111110110101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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