Html Css Color HEX #9DD471 Gossip

📋 copy color: '#9DD471'

red 157 ◦ green 212 ◦ blue 113

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

Shades of Gossip #9DD471

Tints of Gossip #9DD471

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.98%

 BLUE value IS 113 (44.53% from 255) = 23.44%

R = 32.57%
G = 43.98%
B = 23.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#9DD471 (or 0x9DD471) is known color: Gossip. HEX triplet: 9D, D4 and 71. RGB value is (157,212,113). Sum of RGB (Red+Green+Blue) = 157+212+113=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD471 is #622B8E. Grayscale: #B8B8B8. Windows color (decimal): -6433679 or 7459997. OLE color: 7459997.

HSL color Cylindrical-coordinate representation of color #9DD471: hue angle of 93.33º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DD471 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 212 113 -
CMYK 0.26 0 0.47 0.17
HSL 93.33º 0.54% 0.64% -
HSV(B) 93.33º 0.47% 0.83% -
XYZ 40.43 55.45 24.19 -
YUV 184.27 87.78 108.55 -
System Red Green Blue C M Y K H S L
Decimal 157 212 113 0.26 0 0.47 0.17 93.33 0.54 0.64
Hex 9D D4 71 1A 0 2F 11 5D 36 40
Octal 235 324 161 32 0 57 21 135 66 100
Binary 10011101 11010100 1110001 11010 0 101111 10001 1011101 110110 1000000

Color Harmonies of #9DD471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD471

Black with #9DD471

Text Example


Text Example

White with #9DD471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,212,113); }

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

background-color css

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

 a { background-color: rgb(157,212,113); }

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

border-color css

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

 span { border-color: rgb(157,212,113); }

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