Html Css Color HEX #9BDF80 Gossip

📋 copy color: '#9BDF80'

red 155 ◦ green 223 ◦ blue 128

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

Shades of Gossip #9BDF80

Tints of Gossip #9BDF80

RGB

 RED value IS 155 (60.94% from 255) = 30.63%

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

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

R = 30.63%
G = 44.07%
B = 25.3%

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

#9BDF80 (or 0x9BDF80) is known color: Gossip. HEX triplet: 9B, DF and 80. RGB value is (155,223,128). Sum of RGB (Red+Green+Blue) = 155+223+128=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDF80 is #64207F. Grayscale: #C0C0C0. Windows color (decimal): -6561920 or 8445851. OLE color: 8445851.

HSL color Cylindrical-coordinate representation of color #9BDF80: hue angle of 102.95º 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 #9BDF80 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 223 128 -
CMYK 0.30 0 0.43 0.13
HSL 102.95º 0.6% 0.69% -
HSV(B) 102.95º 0.43% 0.87% -
XYZ 43.8 61.3 29.95 -
YUV 191.84 91.97 101.72 -
System Red Green Blue C M Y K H S L
Decimal 155 223 128 0.30 0 0.43 0.13 102.95 0.6 0.69
Hex 9B DF 80 1E 0 2B D 67 3C 45
Octal 233 337 200 36 0 53 15 147 74 105
Binary 10011011 11011111 10000000 11110 0 101011 1101 1100111 111100 1000101

Color Harmonies of #9BDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDF80

Black with #9BDF80

Text Example


Text Example

White with #9BDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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