#96F313

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

Shades of Spring Bud #96F313

Tints of Spring Bud #96F313

Color information

#96F313 (or 0x96F313) is unknown color: approx Spring Bud. HEX triplet: 96, F3 and 13. RGB value is (150,243,19). Sum of RGB (Red+Green+Blue) = 150+243+19=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 243 (95.31% from 255 or 58.98% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 243 - color contains mainly: green. Hex color #96F313 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F313 is #690CEC. Grayscale: #BEBEBE. Windows color (decimal): -6884589 or 1307542. OLE color: 1307542.

HSL color Cylindrical-coordinate representation of color #96F313: hue angle of 84.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96F313 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB15024319-
CMYK0.3800.920.05
HSL84.91º90.32%51.37%-
HSV(B)84.91º92.18%95.29%-
XYZ44.7570.6311.89-
YUV189.6631.6999.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 243 (95.31% from 255) = 58.98%
BLUE value IS 19 (7.81% from 255) = 4.61%
R=36.41%
G=58.98%
B=4.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150243190.3800.920.0584.9190.3251.37
Hex96F3132605C5555a33
Octal22636323460134512513263
Binary1001011011110011100111001100101110010110101011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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