Html Css Color HEX #9CD575 Gossip

📋 copy color: '#9CD575'

red 156 ◦ green 213 ◦ blue 117

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

Shades of Gossip #9CD575

Tints of Gossip #9CD575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.83%

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

R = 32.1%
G = 43.83%
B = 24.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#9CD575 (or 0x9CD575) is known color: Gossip. HEX triplet: 9C, D5 and 75. RGB value is (156,213,117). Sum of RGB (Red+Green+Blue) = 156+213+117=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD575 is #632A8A. Grayscale: #B9B9B9. Windows color (decimal): -6498955 or 7722396. OLE color: 7722396.

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

Color convert

RGB 156 213 117 -
CMYK 0.27 0 0.45 0.16
HSL 95.63º 0.53% 0.65% -
HSV(B) 95.63º 0.45% 0.84% -
XYZ 40.72 55.94 25.48 -
YUV 185.01 89.62 107.31 -
System Red Green Blue C M Y K H S L
Decimal 156 213 117 0.27 0 0.45 0.16 95.63 0.53 0.65
Hex 9C D5 75 1B 0 2D 10 60 35 41
Octal 234 325 165 33 0 55 20 140 65 101
Binary 10011100 11010101 1110101 11011 0 101101 10000 1100000 110101 1000001

Color Harmonies of #9CD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD575

Black with #9CD575

Text Example


Text Example

White with #9CD575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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