#95D27F

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

Shades of Gossip #95D27F

Tints of Gossip #95D27F

Color information

#95D27F (or 0x95D27F) is unknown color: approx Gossip. HEX triplet: 95, D2 and 7F. RGB value is (149,210,127). Sum of RGB (Red+Green+Blue) = 149+210+127=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #95D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D27F is #6A2D80. Grayscale: #B6B6B6. Windows color (decimal): -6958465 or 8376981. OLE color: 8376981.

HSL color Cylindrical-coordinate representation of color #95D27F: hue angle of 104.1º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95D27F is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB149210127-
CMYK0.2900.400.18
HSL104.1º47.98%66.08%-
HSV(B)104.1º39.52%82.35%-
XYZ39.2754.0228.43-
YUV182.396.79104.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 210 (82.42% from 255) = 43.21%
BLUE value IS 127 (50% from 255) = 26.13%
R=30.66%
G=43.21%
B=26.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492101270.2900.400.18104.147.9866.08
Hex95D27F1D02812683042
Octal225322177350502215060102
Binary100101011101001011111111110101010001001011010001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,210,127); }

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

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

 a { background-color: rgb(149,210,127); }

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

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

 span { border-color: rgb(149,210,127); }

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