Html Css Color HEX #9BDE75 Gossip

📋 copy color: '#9BDE75'

red 155 ◦ green 222 ◦ blue 117

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

Shades of Gossip #9BDE75

Tints of Gossip #9BDE75

RGB

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

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

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

R = 31.38%
G = 44.94%
B = 23.68%

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

#9BDE75 (or 0x9BDE75) is known color: Gossip. HEX triplet: 9B, DE and 75. RGB value is (155,222,117). Sum of RGB (Red+Green+Blue) = 155+222+117=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDE75 is #64218A. Grayscale: #BEBEBE. Windows color (decimal): -6562187 or 7724699. OLE color: 7724699.

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

Color convert

RGB 155 222 117 -
CMYK 0.30 0 0.47 0.13
HSL 98.29º 0.61% 0.66% -
HSV(B) 98.29º 0.47% 0.87% -
XYZ 42.85 60.5 26.25 -
YUV 190 86.8 103.04 -
System Red Green Blue C M Y K H S L
Decimal 155 222 117 0.30 0 0.47 0.13 98.29 0.61 0.66
Hex 9B DE 75 1E 0 2F D 62 3D 42
Octal 233 336 165 36 0 57 15 142 75 102
Binary 10011011 11011110 1110101 11110 0 101111 1101 1100010 111101 1000010

Color Harmonies of #9BDE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDE75

Black with #9BDE75

Text Example


Text Example

White with #9BDE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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