Html Css Color HEX #9DDF80 Gossip

📋 copy color: '#9DDF80'

red 157 ◦ green 223 ◦ blue 128

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

Shades of Gossip #9DDF80

Tints of Gossip #9DDF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 30.91%
G = 43.9%
B = 25.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#9DDF80 (or 0x9DDF80) is known color: Gossip. HEX triplet: 9D, DF and 80. RGB value is (157,223,128). Sum of RGB (Red+Green+Blue) = 157+223+128=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDF80 is #62207F. Grayscale: #C0C0C0. Windows color (decimal): -6430848 or 8445853. OLE color: 8445853.

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

Color convert

RGB 157 223 128 -
CMYK 0.30 0 0.43 0.13
HSL 101.68º 0.6% 0.69% -
HSV(B) 101.68º 0.43% 0.87% -
XYZ 44.19 61.5 29.96 -
YUV 192.44 91.63 102.72 -
System Red Green Blue C M Y K H S L
Decimal 157 223 128 0.30 0 0.43 0.13 101.68 0.6 0.69
Hex 9D DF 80 1E 0 2B D 66 3C 45
Octal 235 337 200 36 0 53 15 146 74 105
Binary 10011101 11011111 10000000 11110 0 101011 1101 1100110 111100 1000101

Color Harmonies of #9DDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF80

Black with #9DDF80

Text Example


Text Example

White with #9DDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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