#95dc78

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

Shades of Gossip #95DC78

Tints of Gossip #95DC78

Color information

#95DC78 (or 0x95DC78) is unknown color: approx Gossip. HEX triplet: 95, DC and 78. RGB value is (149,220,120). Sum of RGB (Red+Green+Blue) = 149+220+120=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DC78 is #6A2387. Grayscale: #BBBBBB. Windows color (decimal): -6955912 or 7920789. OLE color: 7920789.

HSL color Cylindrical-coordinate representation of color #95DC78: hue angle of 102.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95DC78 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB149220120-
CMYK0.3200.450.14
HSL102.6º58.82%66.67%-
HSV(B)102.6º45.45%86.27%-
XYZ41.3858.9326.96-
YUV187.3789.98100.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 220 (86.33% from 255) = 44.99%
BLUE value IS 120 (47.27% from 255) = 24.54%
R=30.47%
G=44.99%
B=24.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201200.3200.450.14102.658.8266.67
Hex95DC782002DE673b43
Octal225334170400551614773103
Binary100101011101110011110001000000101101111011001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95dc78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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