#96FB13

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

Shades of Spring Bud #96FB13

Tints of Spring Bud #96FB13

Color information

#96FB13 (or 0x96FB13) is unknown color: approx Spring Bud. HEX triplet: 96, FB and 13. RGB value is (150,251,19). Sum of RGB (Red+Green+Blue) = 150+251+19=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 251 (98.44% from 255 or 59.76% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FB13 is #6904EC. Grayscale: #C3C3C3. Windows color (decimal): -6882541 or 1309590. OLE color: 1309590.

HSL color Cylindrical-coordinate representation of color #96FB13: hue angle of 86.12º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96FB13 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB15025119-
CMYK0.4000.920.02
HSL86.12º96.67%52.94%-
HSV(B)86.12º92.43%98.43%-
XYZ47.1975.5312.71-
YUV194.3529.0496.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 251 (98.44% from 255) = 59.76%
BLUE value IS 19 (7.81% from 255) = 4.52%
R=35.71%
G=59.76%
B=4.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150251190.4000.920.0286.1296.6752.94
Hex96FB132805C2566135
Octal22637323500134212614165
Binary100101101111101110011101000010111001010101101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FB13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,251,19); }

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

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

 a { background-color: rgb(150,251,19); }

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

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

 span { border-color: rgb(150,251,19); }

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