Html Css Color HEX #9DDF82 Gossip

📋 copy color: '#9DDF82'

red 157 ◦ green 223 ◦ blue 130

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

Shades of Gossip #9DDF82

Tints of Gossip #9DDF82

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

 BLUE value IS 130 (51.17% from 255) = 25.49%

R = 30.78%
G = 43.73%
B = 25.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#9DDF82 (or 0x9DDF82) is known color: Gossip. HEX triplet: 9D, DF and 82. RGB value is (157,223,130). Sum of RGB (Red+Green+Blue) = 157+223+130=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDF82 is #62207D. Grayscale: #C0C0C0. Windows color (decimal): -6430846 or 8576925. OLE color: 8576925.

HSL color Cylindrical-coordinate representation of color #9DDF82: hue angle of 102.58º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DDF82 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 223 130 -
CMYK 0.30 0 0.42 0.13
HSL 102.58º 0.59% 0.69% -
HSV(B) 102.58º 0.42% 0.87% -
XYZ 44.32 61.56 30.66 -
YUV 192.66 92.63 102.56 -
System Red Green Blue C M Y K H S L
Decimal 157 223 130 0.30 0 0.42 0.13 102.58 0.59 0.69
Hex 9D DF 82 1E 0 2A D 67 3B 45
Octal 235 337 202 36 0 52 15 147 73 105
Binary 10011101 11011111 10000010 11110 0 101010 1101 1100111 111011 1000101

Color Harmonies of #9DDF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF82

Black with #9DDF82

Text Example


Text Example

White with #9DDF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,223,130); }

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

background-color css

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

 a { background-color: rgb(157,223,130); }

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

border-color css

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

 span { border-color: rgb(157,223,130); }

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