#95E15D

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

Shades of Conifer #95E15D

Tints of Conifer #95E15D

Color information

#95E15D (or 0x95E15D) is unknown color: approx Conifer. HEX triplet: 95, E1 and 5D. RGB value is (149,225,93). Sum of RGB (Red+Green+Blue) = 149+225+93=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #95E15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E15D is #6A1EA2. Grayscale: #BBBBBB. Windows color (decimal): -6954659 or 6152597. OLE color: 6152597.

HSL color Cylindrical-coordinate representation of color #95E15D: hue angle of 94.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95E15D is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB14922593-
CMYK0.3400.590.12
HSL94.55º68.75%62.35%-
HSV(B)94.55º58.67%88.24%-
XYZ41.361.0319.96-
YUV187.2374.82100.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 225 (88.28% from 255) = 48.18%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=31.91%
G=48.18%
B=19.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal149225930.3400.590.1294.5568.7562.35
Hex95E15D2203BC5f453e
Octal225341135420731413710576
Binary100101011110000110111011000100111011110010111111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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