Html Css Color HEX #9DD57D Gossip

📋 copy color: '#9DD57D'

red 157 ◦ green 213 ◦ blue 125

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

Shades of Gossip #9DD57D

Tints of Gossip #9DD57D

RGB

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

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

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

R = 31.72%
G = 43.03%
B = 25.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#9DD57D (or 0x9DD57D) is known color: Gossip. HEX triplet: 9D, D5 and 7D. RGB value is (157,213,125). Sum of RGB (Red+Green+Blue) = 157+213+125=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD57D is #622A82. Grayscale: #BABABA. Windows color (decimal): -6433411 or 8246685. OLE color: 8246685.

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

Color convert

RGB 157 213 125 -
CMYK 0.26 0 0.41 0.16
HSL 98.18º 0.51% 0.66% -
HSV(B) 98.18º 0.41% 0.84% -
XYZ 41.4 56.24 28.07 -
YUV 186.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 157 213 125 0.26 0 0.41 0.16 98.18 0.51 0.66
Hex 9D D5 7D 1A 0 29 10 62 33 42
Octal 235 325 175 32 0 51 20 142 63 102
Binary 10011101 11010101 1111101 11010 0 101001 10000 1100010 110011 1000010

Color Harmonies of #9DD57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD57D

Black with #9DD57D

Text Example


Text Example

White with #9DD57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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