Html Css Color HEX #9BDE77 Gossip

📋 copy color: '#9BDE77'

red 155 ◦ green 222 ◦ blue 119

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

Shades of Gossip #9BDE77

Tints of Gossip #9BDE77

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.76%

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

R = 31.25%
G = 44.76%
B = 23.99%

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

#9BDE77 (or 0x9BDE77) is known color: Gossip. HEX triplet: 9B, DE and 77. RGB value is (155,222,119). Sum of RGB (Red+Green+Blue) = 155+222+119=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDE77 is #642188. Grayscale: #BEBEBE. Windows color (decimal): -6562185 or 7855771. OLE color: 7855771.

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

Color convert

RGB 155 222 119 -
CMYK 0.30 0 0.46 0.13
HSL 99.03º 0.61% 0.67% -
HSV(B) 99.03º 0.46% 0.87% -
XYZ 42.97 60.54 26.87 -
YUV 190.23 87.8 102.88 -
System Red Green Blue C M Y K H S L
Decimal 155 222 119 0.30 0 0.46 0.13 99.03 0.61 0.67
Hex 9B DE 77 1E 0 2E D 63 3D 43
Octal 233 336 167 36 0 56 15 143 75 103
Binary 10011011 11011110 1110111 11110 0 101110 1101 1100011 111101 1000011

Color Harmonies of #9BDE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDE77

Black with #9BDE77

Text Example


Text Example

White with #9BDE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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