#95D958

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

Shades of Conifer #95D958

Tints of Conifer #95D958

Color information

#95D958 (or 0x95D958) is unknown color: approx Conifer. HEX triplet: 95, D9 and 58. RGB value is (149,217,88). Sum of RGB (Red+Green+Blue) = 149+217+88=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #95D958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D958 is #6A26A7. Grayscale: #B6B6B6. Windows color (decimal): -6956712 or 5822869. OLE color: 5822869.

HSL color Cylindrical-coordinate representation of color #95D958: hue angle of 91.63º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95D958 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB14921788-
CMYK0.3100.590.15
HSL91.63º62.93%59.8%-
HSV(B)91.63º59.45%85.1%-
XYZ38.9756.7218.13-
YUV181.9674.97104.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 217 (85.16% from 255) = 47.80%
BLUE value IS 88 (34.77% from 255) = 19.38%
R=32.82%
G=47.80%
B=19.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal149217880.3100.590.1591.6362.9359.8
Hex95D9581F03BF5c3f3c
Octal22533113037073171347774
Binary1001010111011001101100011111011101111111011100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,217,88); }

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

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

 a { background-color: rgb(149,217,88); }

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

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

 span { border-color: rgb(149,217,88); }

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