#95EF10

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

Shades of Spring Bud #95EF10

Tints of Spring Bud #95EF10

Color information

#95EF10 (or 0x95EF10) is unknown color: approx Spring Bud. HEX triplet: 95, EF and 10. RGB value is (149,239,16). Sum of RGB (Red+Green+Blue) = 149+239+16=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 239 (93.75% from 255 or 59.16% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95EF10 is #6A10EF. Grayscale: #BBBBBB. Windows color (decimal): -6951152 or 1109909. OLE color: 1109909.

HSL color Cylindrical-coordinate representation of color #95EF10: hue angle of 84.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95EF10 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB14923916-
CMYK0.3800.930.06
HSL84.22º87.45%50%-
HSV(B)84.22º93.31%93.73%-
XYZ43.3568.1611.36-
YUV186.6731.68101.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 239 (93.75% from 255) = 59.16%
BLUE value IS 16 (6.64% from 255) = 3.96%
R=36.88%
G=59.16%
B=3.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal149239160.3800.930.0684.2287.4550
Hex95EF102605D6545732
Octal22535720460135612412762
Binary1001010111101111100001001100101110111010101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,239,16); }

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

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

 a { background-color: rgb(149,239,16); }

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

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

 span { border-color: rgb(149,239,16); }

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