Html Css Color HEX #9DDB84 Gossip

📋 copy color: '#9DDB84'

red 157 ◦ green 219 ◦ blue 132

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

Shades of Gossip #9DDB84

Tints of Gossip #9DDB84

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

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

R = 30.91%
G = 43.11%
B = 25.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#9DDB84 (or 0x9DDB84) is known color: Gossip. HEX triplet: 9D, DB and 84. RGB value is (157,219,132). Sum of RGB (Red+Green+Blue) = 157+219+132=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB84 is #62247B. Grayscale: #BEBEBE. Windows color (decimal): -6431868 or 8706973. OLE color: 8706973.

HSL color Cylindrical-coordinate representation of color #9DDB84: hue angle of 102.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DDB84 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 219 132 -
CMYK 0.28 0 0.40 0.14
HSL 102.76º 0.55% 0.69% -
HSV(B) 102.76º 0.4% 0.86% -
XYZ 43.4 59.5 31.03 -
YUV 190.54 94.96 104.07 -
System Red Green Blue C M Y K H S L
Decimal 157 219 132 0.28 0 0.40 0.14 102.76 0.55 0.69
Hex 9D DB 84 1C 0 28 E 67 37 45
Octal 235 333 204 34 0 50 16 147 67 105
Binary 10011101 11011011 10000100 11100 0 101000 1110 1100111 110111 1000101

Color Harmonies of #9DDB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDB84

Black with #9DDB84

Text Example


Text Example

White with #9DDB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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