Html Css Color HEX #9DDD7C Gossip

📋 copy color: '#9DDD7C'

red 157 ◦ green 221 ◦ blue 124

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

Shades of Gossip #9DDD7C

Tints of Gossip #9DDD7C

RGB

 RED value IS 157 (61.72% from 255) = 31.27%

 GREEN value IS 221 (86.72% from 255) = 44.02%

 BLUE value IS 124 (48.83% from 255) = 24.7%

R = 31.27%
G = 44.02%
B = 24.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#9DDD7C (or 0x9DDD7C) is known color: Gossip. HEX triplet: 9D, DD and 7C. RGB value is (157,221,124). Sum of RGB (Red+Green+Blue) = 157+221+124=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD7C is #622283. Grayscale: #BFBFBF. Windows color (decimal): -6431364 or 8183197. OLE color: 8183197.

HSL color Cylindrical-coordinate representation of color #9DDD7C: hue angle of 99.59º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DDD7C is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 124 -
CMYK 0.29 0 0.44 0.13
HSL 99.59º 0.59% 0.68% -
HSV(B) 99.59º 0.44% 0.87% -
XYZ 43.4 60.34 28.43 -
YUV 190.81 90.3 103.89 -
System Red Green Blue C M Y K H S L
Decimal 157 221 124 0.29 0 0.44 0.13 99.59 0.59 0.68
Hex 9D DD 7C 1D 0 2C D 64 3B 44
Octal 235 335 174 35 0 54 15 144 73 104
Binary 10011101 11011101 1111100 11101 0 101100 1101 1100100 111011 1000100

Color Harmonies of #9DDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD7C

Black with #9DDD7C

Text Example


Text Example

White with #9DDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,221,124); }

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

background-color css

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

 a { background-color: rgb(157,221,124); }

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

border-color css

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

 span { border-color: rgb(157,221,124); }

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