#95E706

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

Shades of Spring Bud #95E706

Tints of Spring Bud #95E706

Color information

#95E706 (or 0x95E706) is unknown color: approx Spring Bud. HEX triplet: 95, E7 and 06. RGB value is (149,231,6). Sum of RGB (Red+Green+Blue) = 149+231+6=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 231 (90.62% from 255 or 59.84% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 231 - color contains mainly: green. Hex color #95E706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95E706 is #6A18F9. Grayscale: #B5B5B5. Windows color (decimal): -6953210 or 452501. OLE color: 452501.

HSL color Cylindrical-coordinate representation of color #95E706: hue angle of 81.87º 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 #95E706 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB1492316-
CMYK0.3500.970.09
HSL81.87º94.94%46.47%-
HSV(B)81.87º97.4%90.59%-
XYZ4163.5510.28-
YUV180.8329.33105.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 231 (90.62% from 255) = 59.84%
BLUE value IS 6 (2.73% from 255) = 1.55%
R=38.60%
G=59.84%
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
Decimal14923160.3500.970.0981.8794.9446.47
Hex95E76230619525f2e
Octal22534764301411112213756
Binary100101011110011111010001101100001100110100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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