#95DC84

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

Shades of Gossip #95DC84

Tints of Gossip #95DC84

Color information

#95DC84 (or 0x95DC84) is unknown color: approx Gossip. HEX triplet: 95, DC and 84. RGB value is (149,220,132). Sum of RGB (Red+Green+Blue) = 149+220+132=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DC84 is #6A237B. Grayscale: #BDBDBD. Windows color (decimal): -6955900 or 8707221. OLE color: 8707221.

HSL color Cylindrical-coordinate representation of color #95DC84: hue angle of 108.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95DC84 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB149220132-
CMYK0.3200.400.14
HSL108.41º55.7%69.02%-
HSV(B)108.41º40%86.27%-
XYZ42.1559.2431.04-
YUV188.7495.9899.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=29.74%
G=43.91%
B=26.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201320.3200.400.14108.4155.769.02
Hex95DC8420028E6c3845
Octal225334204400501615470105
Binary1001010111011100100001001000000101000111011011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,220,132); }

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

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

 a { background-color: rgb(149,220,132); }

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

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

 span { border-color: rgb(149,220,132); }

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