Html Css Color HEX #9BDD77 Gossip

📋 copy color: '#9BDD77'

red 155 ◦ green 221 ◦ blue 119

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

Shades of Gossip #9BDD77

Tints of Gossip #9BDD77

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.65%

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 31.31%
G = 44.65%
B = 24.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#9BDD77 (or 0x9BDD77) is known color: Gossip. HEX triplet: 9B, DD and 77. RGB value is (155,221,119). Sum of RGB (Red+Green+Blue) = 155+221+119=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD77 is #642288. Grayscale: #BDBDBD. Windows color (decimal): -6562441 or 7855515. OLE color: 7855515.

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

Color convert

RGB 155 221 119 -
CMYK 0.30 0 0.46 0.13
HSL 98.82º 0.6% 0.67% -
HSV(B) 98.82º 0.46% 0.87% -
XYZ 42.7 60.01 26.79 -
YUV 189.64 88.13 103.29 -
System Red Green Blue C M Y K H S L
Decimal 155 221 119 0.30 0 0.46 0.13 98.82 0.6 0.67
Hex 9B DD 77 1E 0 2E D 63 3C 43
Octal 233 335 167 36 0 56 15 143 74 103
Binary 10011011 11011101 1110111 11110 0 101110 1101 1100011 111100 1000011

Color Harmonies of #9BDD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDD77

Black with #9BDD77

Text Example


Text Example

White with #9BDD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,221,119); }

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

background-color css

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

 a { background-color: rgb(155,221,119); }

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

border-color css

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

 span { border-color: rgb(155,221,119); }

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