Html Css Color HEX #9DD084 Gossip

📋 copy color: '#9DD084'

red 157 ◦ green 208 ◦ blue 132

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

Shades of Gossip #9DD084

Tints of Gossip #9DD084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.56%

R = 31.59%
G = 41.85%
B = 26.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#9DD084 (or 0x9DD084) is known color: Gossip. HEX triplet: 9D, D0 and 84. RGB value is (157,208,132). Sum of RGB (Red+Green+Blue) = 157+208+132=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD084 is #622F7B. Grayscale: #B8B8B8. Windows color (decimal): -6434684 or 8704157. OLE color: 8704157.

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

Color convert

RGB 157 208 132 -
CMYK 0.25 0 0.37 0.18
HSL 100.26º 0.45% 0.67% -
HSV(B) 100.26º 0.37% 0.82% -
XYZ 40.63 53.95 30.1 -
YUV 184.09 98.6 108.68 -
System Red Green Blue C M Y K H S L
Decimal 157 208 132 0.25 0 0.37 0.18 100.26 0.45 0.67
Hex 9D D0 84 19 0 25 12 64 2D 43
Octal 235 320 204 31 0 45 22 144 55 103
Binary 10011101 11010000 10000100 11001 0 100101 10010 1100100 101101 1000011

Color Harmonies of #9DD084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD084

Black with #9DD084

Text Example


Text Example

White with #9DD084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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