Html Css Color HEX #9CD57D Gossip

📋 copy color: '#9CD57D'

red 156 ◦ green 213 ◦ blue 125

#9CD57D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #9CD57D

Tints of Gossip #9CD57D

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.3%

R = 31.58%
G = 43.12%
B = 25.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#9CD57D (or 0x9CD57D) is known color: 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

RGB 156 213 125 -
CMYK 0.27 0 0.41 0.16
HSL 98.86º 0.51% 0.66% -
HSV(B) 98.86º 0.41% 0.84% -
XYZ 41.21 56.14 28.07 -
YUV 185.93 93.62 106.66 -
System Red Green Blue C M Y K H S L
Decimal 156 213 125 0.27 0 0.41 0.16 98.86 0.51 0.66
Hex 9C D5 7D 1B 0 29 10 63 33 42
Octal 234 325 175 33 0 51 20 143 63 102
Binary 10011100 11010101 1111101 11011 0 101001 10000 1100011 110011 1000010

Color Harmonies of #9CD57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD57D

Black with #9CD57D

Text Example


Text Example

White with #9CD57D

Text Example


Text Example

HTML Codes & Css Web 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>