Html Css Color HEX #9DD07E Gossip

📋 copy color: '#9DD07E'

red 157 ◦ green 208 ◦ blue 126

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

Shades of Gossip #9DD07E

Tints of Gossip #9DD07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.66%

R = 31.98%
G = 42.36%
B = 25.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#9DD07E (or 0x9DD07E) is known color: Gossip. HEX triplet: 9D, D0 and 7E. RGB value is (157,208,126). Sum of RGB (Red+Green+Blue) = 157+208+126=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD07E is #622F81. Grayscale: #B7B7B7. Windows color (decimal): -6434690 or 8310941. OLE color: 8310941.

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

Color convert

RGB 157 208 126 -
CMYK 0.25 0 0.39 0.18
HSL 97.32º 0.47% 0.65% -
HSV(B) 97.32º 0.39% 0.82% -
XYZ 40.23 53.79 28 -
YUV 183.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 157 208 126 0.25 0 0.39 0.18 97.32 0.47 0.65
Hex 9D D0 7E 19 0 27 12 61 2F 41
Octal 235 320 176 31 0 47 22 141 57 101
Binary 10011101 11010000 1111110 11001 0 100111 10010 1100001 101111 1000001

Color Harmonies of #9DD07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD07E

Black with #9DD07E

Text Example


Text Example

White with #9DD07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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