Html Css Color HEX #9DD57B Gossip

📋 copy color: '#9DD57B'

red 157 ◦ green 213 ◦ blue 123

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

Shades of Gossip #9DD57B

Tints of Gossip #9DD57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.95%

R = 31.85%
G = 43.2%
B = 24.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#9DD57B (or 0x9DD57B) is known color: Gossip. HEX triplet: 9D, D5 and 7B. RGB value is (157,213,123). Sum of RGB (Red+Green+Blue) = 157+213+123=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD57B is #622A84. Grayscale: #BABABA. Windows color (decimal): -6433413 or 8115613. OLE color: 8115613.

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

Color convert

RGB 157 213 123 -
CMYK 0.26 0 0.42 0.16
HSL 97.33º 0.52% 0.66% -
HSV(B) 97.33º 0.42% 0.84% -
XYZ 41.27 56.19 27.41 -
YUV 186 92.45 107.32 -
System Red Green Blue C M Y K H S L
Decimal 157 213 123 0.26 0 0.42 0.16 97.33 0.52 0.66
Hex 9D D5 7B 1A 0 2A 10 61 34 42
Octal 235 325 173 32 0 52 20 141 64 102
Binary 10011101 11010101 1111011 11010 0 101010 10000 1100001 110100 1000010

Color Harmonies of #9DD57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD57B

Black with #9DD57B

Text Example


Text Example

White with #9DD57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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