#95E861

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

Shades of Conifer #95E861

Tints of Conifer #95E861

Color information

#95E861 (or 0x95E861) is unknown color: approx Conifer. HEX triplet: 95, E8 and 61. RGB value is (149,232,97). Sum of RGB (Red+Green+Blue) = 149+232+97=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #95E861 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E861 is #6A179E. Grayscale: #C0C0C0. Windows color (decimal): -6952863 or 6416533. OLE color: 6416533.

HSL color Cylindrical-coordinate representation of color #95E861: hue angle of 96.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95E861 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB14923297-
CMYK0.3600.580.09
HSL96.89º74.59%64.51%-
HSV(B)96.89º58.19%90.98%-
XYZ43.4164.9721.56-
YUV191.7974.597.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 232 (91.02% from 255) = 48.54%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=31.17%
G=48.54%
B=20.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal149232970.3600.580.0996.8974.5964.51
Hex95E8612403A9614b41
Octal2253501414407211141113101
Binary1001010111101000110000110010001110101001110000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,232,97); }

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

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

 a { background-color: rgb(149,232,97); }

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

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

 span { border-color: rgb(149,232,97); }

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