Html Css Color HEX #9DD07F Gossip

📋 copy color: '#9DD07F'

red 157 ◦ green 208 ◦ blue 127

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

Shades of Gossip #9DD07F

Tints of Gossip #9DD07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.81%

R = 31.91%
G = 42.28%
B = 25.81%

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

#9DD07F (or 0x9DD07F) is known color: Gossip. HEX triplet: 9D, D0 and 7F. RGB value is (157,208,127). Sum of RGB (Red+Green+Blue) = 157+208+127=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD07F is #622F80. Grayscale: #B7B7B7. Windows color (decimal): -6434689 or 8376477. OLE color: 8376477.

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

Color convert

RGB 157 208 127 -
CMYK 0.25 0 0.39 0.18
HSL 97.78º 0.46% 0.66% -
HSV(B) 97.78º 0.39% 0.82% -
XYZ 40.29 53.81 28.34 -
YUV 183.52 96.1 109.09 -
System Red Green Blue C M Y K H S L
Decimal 157 208 127 0.25 0 0.39 0.18 97.78 0.46 0.66
Hex 9D D0 7F 19 0 27 12 62 2E 42
Octal 235 320 177 31 0 47 22 142 56 102
Binary 10011101 11010000 1111111 11001 0 100111 10010 1100010 101110 1000010

Color Harmonies of #9DD07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD07F

Black with #9DD07F

Text Example


Text Example

White with #9DD07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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