#95D280

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

Shades of Gossip #95D280

Tints of Gossip #95D280

Color information

#95D280 (or 0x95D280) is unknown color: approx Gossip. HEX triplet: 95, D2 and 80. RGB value is (149,210,128). Sum of RGB (Red+Green+Blue) = 149+210+128=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #95D280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D280 is #6A2D7F. Grayscale: #B6B6B6. Windows color (decimal): -6958464 or 8442517. OLE color: 8442517.

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

Color convert

RGB149210128-
CMYK0.2900.390.18
HSL104.63º47.67%66.27%-
HSV(B)104.63º39.05%82.35%-
XYZ39.3454.0428.78-
YUV182.4197.29104.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 210 (82.42% from 255) = 43.12%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=30.60%
G=43.12%
B=26.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492101280.2900.390.18104.6347.6766.27
Hex95D2801D02712693042
Octal225322200350472215160102
Binary1001010111010010100000001110101001111001011010011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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