Html Css Color HEX #9BDD75 Gossip

📋 copy color: '#9BDD75'

red 155 ◦ green 221 ◦ blue 117

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

Shades of Gossip #9BDD75

Tints of Gossip #9BDD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.73%

R = 31.44%
G = 44.83%
B = 23.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#9BDD75 (or 0x9BDD75) is known color: Gossip. HEX triplet: 9B, DD and 75. RGB value is (155,221,117). Sum of RGB (Red+Green+Blue) = 155+221+117=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD75 is #64228A. Grayscale: #BDBDBD. Windows color (decimal): -6562443 or 7724443. OLE color: 7724443.

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

Color convert

RGB 155 221 117 -
CMYK 0.30 0 0.47 0.13
HSL 98.08º 0.6% 0.66% -
HSV(B) 98.08º 0.47% 0.87% -
XYZ 42.58 59.97 26.16 -
YUV 189.41 87.13 103.46 -
System Red Green Blue C M Y K H S L
Decimal 155 221 117 0.30 0 0.47 0.13 98.08 0.6 0.66
Hex 9B DD 75 1E 0 2F D 62 3C 42
Octal 233 335 165 36 0 57 15 142 74 102
Binary 10011011 11011101 1110101 11110 0 101111 1101 1100010 111100 1000010

Color Harmonies of #9BDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDD75

Black with #9BDD75

Text Example


Text Example

White with #9BDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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