#9CD57D

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

Shades of Gossip #9CD57D

Tints of Gossip #9CD57D

Color information

#9CD57D (or 0x9CD57D) is unknown color: approx Gossip. HEX triplet: 9C, D5 and 7D. RGB value is (156,213,125). Sum of RGB (Red+Green+Blue) = 156+213+125=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD57D is #632A82. Grayscale: #BABABA. Windows color (decimal): -6498947 or 8246684. OLE color: 8246684.

HSL color Cylindrical-coordinate representation of color #9CD57D: hue angle of 98.86º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CD57D is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB156213125-
CMYK0.2700.410.16
HSL98.86º51.16%66.27%-
HSV(B)98.86º41.31%83.53%-
XYZ41.2156.1428.07-
YUV185.9293.62106.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.58%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=31.58%
G=43.12%
B=25.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562131250.2700.410.1698.8651.1666.27
Hex9CD57D1B02910633342
Octal234325175330512014363102
Binary100111001101010111111011101101010011000011000111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CD57D; }

 p { color: rgb(156,213,125); }

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

<style>
 a { background-color: #9CD57D; }

 a { background-color: rgb(156,213,125); }

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

<style>
 span { border-color: #9CD57D; }

 span { border-color: rgb(156,213,125); }

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