#95ec08

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

Shades of Spring Bud #95EC08

Tints of Spring Bud #95EC08

Color information

#95EC08 (or 0x95EC08) is unknown color: approx Spring Bud. HEX triplet: 95, EC and 08. RGB value is (149,236,8). Sum of RGB (Red+Green+Blue) = 149+236+8=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95EC08 is #6A13F7. Grayscale: #B8B8B8. Windows color (decimal): -6951928 or 584853. OLE color: 584853.

HSL color Cylindrical-coordinate representation of color #95EC08: hue angle of 82.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95EC08 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB1492368-
CMYK0.3700.970.07
HSL82.89º93.44%47.84%-
HSV(B)82.89º96.61%92.55%-
XYZ42.4366.410.81-
YUV183.9928.68103.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 236 (92.58% from 255) = 60.05%
BLUE value IS 8 (3.52% from 255) = 2.04%
R=37.91%
G=60.05%
B=2.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14923680.3700.970.0782.8993.4447.84
Hex95EC8250617535d30
Octal22535410450141712313560
Binary100101011110110010001001010110000111110100111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ec08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,236,8); }

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

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

 a { background-color: rgb(149,236,8); }

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

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

 span { border-color: rgb(149,236,8); }

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