#96FC19

Color #96FC19 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #96FC19

Tints of Spring Bud #96FC19

Color information

#96FC19 (or 0x96FC19) is unknown color: approx Spring Bud. HEX triplet: 96, FC and 19. RGB value is (150,252,25). Sum of RGB (Red+Green+Blue) = 150+252+25=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FC19 is #6903E6. Grayscale: #C4C4C4. Windows color (decimal): -6882279 or 1703062. OLE color: 1703062.

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

Color convert

RGB15025225-
CMYK0.4000.900.01
HSL86.96º97.42%54.31%-
HSV(B)86.96º90.08%98.82%-
XYZ47.5676.1813.12-
YUV195.6231.7195.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 252 (98.83% from 255) = 59.02%
BLUE value IS 25 (10.16% from 255) = 5.85%
R=35.13%
G=59.02%
B=5.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal150252250.4000.900.0186.9697.4254.31
Hex96FC192805A1576136
Octal22637431500132112714166
Binary10010110111111001100110100001011010110101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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