#96f400

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

Shades of Spring Bud #96F400

Tints of Spring Bud #96F400

Color information

#96F400 (or 0x96F400) is unknown color: approx Spring Bud. HEX triplet: 96, F4 and 00. RGB value is (150,244,0). Sum of RGB (Red+Green+Blue) = 150+244+0=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 244 (95.70% from 255 or 61.93% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 244 - color contains mainly: green. Hex color #96F400 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F400 is #690BFF. Grayscale: #BCBCBC. Windows color (decimal): -6884352 or 62614. OLE color: 62614.

HSL color Cylindrical-coordinate representation of color #96F400: hue angle of 83.11º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96F400 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB1502440-
CMYK0.39010.04
HSL83.11º100%47.84%-
HSV(B)83.11º100%95.69%-
XYZ44.9371.1911.37-
YUV188.0821.86100.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 244 (95.70% from 255) = 61.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.07%
G=61.93%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15024400.39010.0483.1110047.84
Hex96F40270644536430
Octal2263640470144412314460
Binary100101101111010001001110110010010010100111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96f400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,244,0); }

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

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

 a { background-color: rgb(150,244,0); }

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

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

 span { border-color: rgb(150,244,0); }

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