#95EC5D

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

Shades of Conifer #95EC5D

Tints of Conifer #95EC5D

Color information

#95EC5D (or 0x95EC5D) is unknown color: approx Conifer. HEX triplet: 95, EC and 5D. RGB value is (149,236,93). Sum of RGB (Red+Green+Blue) = 149+236+93=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EC5D is #6A13A2. Grayscale: #C2C2C2. Windows color (decimal): -6951843 or 6155413. OLE color: 6155413.

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

Color convert

RGB14923693-
CMYK0.3700.610.07
HSL96.5º79.01%64.51%-
HSV(B)96.5º60.59%92.55%-
XYZ44.3767.1720.98-
YUV193.6871.1896.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 236 (92.58% from 255) = 49.37%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=31.17%
G=49.37%
B=19.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149236930.3700.610.0796.579.0164.51
Hex95EC5D2503D7614f41
Octal225354135450757141117101
Binary100101011110110010111011001010111101111110000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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