#96E604

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

Shades of Spring Bud #96E604

Tints of Spring Bud #96E604

Color information

#96E604 (or 0x96E604) is unknown color: approx Spring Bud. HEX triplet: 96, E6 and 04. RGB value is (150,230,4). Sum of RGB (Red+Green+Blue) = 150+230+4=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 230 (90.23% from 255 or 59.90% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 230 - color contains mainly: green. Hex color #96E604 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96E604 is #6919FB. Grayscale: #B5B5B5. Windows color (decimal): -6887932 or 321174. OLE color: 321174.

HSL color Cylindrical-coordinate representation of color #96E604: hue angle of 81.24º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96E604 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB1502304-
CMYK0.3500.980.10
HSL81.24º96.58%45.88%-
HSV(B)81.24º98.26%90.2%-
XYZ40.963.0910.14-
YUV180.3228.5106.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 230 (90.23% from 255) = 59.90%
BLUE value IS 4 (1.95% from 255) = 1.04%
R=39.06%
G=59.90%
B=1.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal15023040.3500.980.1081.2496.5845.88
Hex96E6423062A51612e
Octal22634644301421212114156
Binary100101101110011010010001101100010101010100011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,230,4); }

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

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

 a { background-color: rgb(150,230,4); }

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

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

 span { border-color: rgb(150,230,4); }

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