Html Css Color HEX #9DD57F Gossip

📋 copy color: '#9DD57F'

red 157 ◦ green 213 ◦ blue 127

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

Shades of Gossip #9DD57F

Tints of Gossip #9DD57F

RGB

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

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

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

R = 31.59%
G = 42.86%
B = 25.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#9DD57F (or 0x9DD57F) is known color: Gossip. HEX triplet: 9D, D5 and 7F. RGB value is (157,213,127). Sum of RGB (Red+Green+Blue) = 157+213+127=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD57F is #622A80. Grayscale: #BABABA. Windows color (decimal): -6433409 or 8377757. OLE color: 8377757.

HSL color Cylindrical-coordinate representation of color #9DD57F: hue angle of 99.07º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DD57F is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 213 127 -
CMYK 0.26 0 0.40 0.16
HSL 99.07º 0.51% 0.67% -
HSV(B) 99.07º 0.4% 0.84% -
XYZ 41.53 56.29 28.75 -
YUV 186.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 157 213 127 0.26 0 0.40 0.16 99.07 0.51 0.67
Hex 9D D5 7F 1A 0 28 10 63 33 43
Octal 235 325 177 32 0 50 20 143 63 103
Binary 10011101 11010101 1111111 11010 0 101000 10000 1100011 110011 1000011

Color Harmonies of #9DD57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD57F

Black with #9DD57F

Text Example


Text Example

White with #9DD57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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