Html Css Color HEX #9DD07D Gossip

📋 copy color: '#9DD07D'

red 157 ◦ green 208 ◦ blue 125

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

Shades of Gossip #9DD07D

Tints of Gossip #9DD07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.45%

 BLUE value IS 125 (49.22% from 255) = 25.51%

R = 32.04%
G = 42.45%
B = 25.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#9DD07D (or 0x9DD07D) is known color: Gossip. HEX triplet: 9D, D0 and 7D. RGB value is (157,208,125). Sum of RGB (Red+Green+Blue) = 157+208+125=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD07D is #622F82. Grayscale: #B7B7B7. Windows color (decimal): -6434691 or 8245405. OLE color: 8245405.

HSL color Cylindrical-coordinate representation of color #9DD07D: hue angle of 96.87º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DD07D is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 208 125 -
CMYK 0.25 0 0.40 0.18
HSL 96.87º 0.47% 0.65% -
HSV(B) 96.87º 0.4% 0.82% -
XYZ 40.16 53.76 27.66 -
YUV 183.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 157 208 125 0.25 0 0.40 0.18 96.87 0.47 0.65
Hex 9D D0 7D 19 0 28 12 61 2F 41
Octal 235 320 175 31 0 50 22 141 57 101
Binary 10011101 11010000 1111101 11001 0 101000 10010 1100001 101111 1000001

Color Harmonies of #9DD07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD07D

Black with #9DD07D

Text Example


Text Example

White with #9DD07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,208,125); }

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

background-color css

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

 a { background-color: rgb(157,208,125); }

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

border-color css

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

 span { border-color: rgb(157,208,125); }

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