Html Css Color HEX #9CD975 Gossip

📋 copy color: '#9CD975'

red 156 ◦ green 217 ◦ blue 117

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

Shades of Gossip #9CD975

Tints of Gossip #9CD975

RGB

 RED value IS 156 (61.33% from 255) = 31.84%

 GREEN value IS 217 (85.16% from 255) = 44.29%

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 31.84%
G = 44.29%
B = 23.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#9CD975 (or 0x9CD975) is known color: Gossip. HEX triplet: 9C, D9 and 75. RGB value is (156,217,117). Sum of RGB (Red+Green+Blue) = 156+217+117=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD975 is #63268A. Grayscale: #BBBBBB. Windows color (decimal): -6497931 or 7723420. OLE color: 7723420.

HSL color Cylindrical-coordinate representation of color #9CD975: hue angle of 96.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CD975 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 217 117 -
CMYK 0.28 0 0.46 0.15
HSL 96.6º 0.57% 0.65% -
HSV(B) 96.6º 0.46% 0.85% -
XYZ 41.73 57.98 25.82 -
YUV 187.36 88.29 105.63 -
System Red Green Blue C M Y K H S L
Decimal 156 217 117 0.28 0 0.46 0.15 96.6 0.57 0.65
Hex 9C D9 75 1C 0 2E F 61 39 41
Octal 234 331 165 34 0 56 17 141 71 101
Binary 10011100 11011001 1110101 11100 0 101110 1111 1100001 111001 1000001

Color Harmonies of #9CD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD975

Black with #9CD975

Text Example


Text Example

White with #9CD975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,217,117); }

 H1.HeaderClassName
 {
   color: #9CD975;
 }
 .AnyTagClassName
 {
   color: #9CD975;
 }
</style>

background-color css

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

 a { background-color: rgb(156,217,117); }

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

border-color css

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

 span { border-color: rgb(156,217,117); }

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