#96E706

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

Shades of Spring Bud #96E706

Tints of Spring Bud #96E706

Color information

#96E706 (or 0x96E706) is unknown color: approx Spring Bud. HEX triplet: 96, E7 and 06. RGB value is (150,231,6). Sum of RGB (Red+Green+Blue) = 150+231+6=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 231 (90.62% from 255 or 59.69% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 231 - color contains mainly: green. Hex color #96E706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96E706 is #6918F9. Grayscale: #B5B5B5. Windows color (decimal): -6887674 or 452502. OLE color: 452502.

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

Color convert

RGB1502316-
CMYK0.3500.970.09
HSL81.6º94.94%46.47%-
HSV(B)81.6º97.4%90.59%-
XYZ41.1963.6510.29-
YUV181.1329.16105.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 231 (90.62% from 255) = 59.69%
BLUE value IS 6 (2.73% from 255) = 1.55%
R=38.76%
G=59.69%
B=1.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15023160.3500.970.0981.694.9446.47
Hex96E76230619525f2e
Octal22634764301411112213756
Binary100101101110011111010001101100001100110100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,231,6); }

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

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

 a { background-color: rgb(150,231,6); }

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

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

 span { border-color: rgb(150,231,6); }

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