#96FC34

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

Shades of Green Yellow #96FC34

Tints of Green Yellow #96FC34

Color information

#96FC34 (or 0x96FC34) is unknown color: approx Green Yellow. HEX triplet: 96, FC and 34. RGB value is (150,252,52). Sum of RGB (Red+Green+Blue) = 150+252+52=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FC34 is #6903CB. Grayscale: #C7C7C7. Windows color (decimal): -6882252 or 3472534. OLE color: 3472534.

HSL color Cylindrical-coordinate representation of color #96FC34: hue angle of 90.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96FC34 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB15025252-
CMYK0.4000.790.01
HSL90.6º97.09%59.61%-
HSV(B)90.6º79.37%98.82%-
XYZ48.0176.3515.46-
YUV198.745.2193.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 252 (98.83% from 255) = 55.51%
BLUE value IS 52 (20.70% from 255) = 11.45%
R=33.04%
G=55.51%
B=11.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal150252520.4000.790.0190.697.0959.61
Hex96FC342804F15b613c
Octal22637464500117113314174
Binary100101101111110011010010100001001111110110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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