#95ED56

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

Shades of Conifer #95ED56

Tints of Conifer #95ED56

Color information

#95ED56 (or 0x95ED56) is unknown color: approx Conifer. HEX triplet: 95, ED and 56. RGB value is (149,237,86). Sum of RGB (Red+Green+Blue) = 149+237+86=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95ED56 is #6A12A9. Grayscale: #C1C1C1. Windows color (decimal): -6951594 or 5696917. OLE color: 5696917.

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

Color convert

RGB14923786-
CMYK0.3700.640.07
HSL94.97º80.75%63.33%-
HSV(B)94.97º63.71%92.94%-
XYZ44.3667.6319.52-
YUV193.4767.3596.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 237 (92.97% from 255) = 50.21%
BLUE value IS 86 (33.98% from 255) = 18.22%
R=31.57%
G=50.21%
B=18.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149237860.3700.640.0794.9780.7563.33
Hex95ED562504075f513f
Octal225355126450100713712177
Binary100101011110110110101101001010100000011110111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ED56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,237,86); }

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

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

 a { background-color: rgb(149,237,86); }

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

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

 span { border-color: rgb(149,237,86); }

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