Html Css Color HEX #9CDB75 Gossip

📋 copy color: '#9CDB75'

red 156 ◦ green 219 ◦ blue 117

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

Shades of Gossip #9CDB75

Tints of Gossip #9CDB75

RGB

 RED value IS 156 (61.33% from 255) = 31.71%

 GREEN value IS 219 (85.94% from 255) = 44.51%

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

R = 31.71%
G = 44.51%
B = 23.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#9CDB75 (or 0x9CDB75) is known color: Gossip. HEX triplet: 9C, DB and 75. RGB value is (156,219,117). Sum of RGB (Red+Green+Blue) = 156+219+117=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB75 is #63248A. Grayscale: #BCBCBC. Windows color (decimal): -6497419 or 7723932. OLE color: 7723932.

HSL color Cylindrical-coordinate representation of color #9CDB75: hue angle of 97.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CDB75 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 117 -
CMYK 0.29 0 0.47 0.14
HSL 97.06º 0.59% 0.66% -
HSV(B) 97.06º 0.47% 0.86% -
XYZ 42.25 59.02 25.99 -
YUV 188.54 87.63 104.79 -
System Red Green Blue C M Y K H S L
Decimal 156 219 117 0.29 0 0.47 0.14 97.06 0.59 0.66
Hex 9C DB 75 1D 0 2F E 61 3B 42
Octal 234 333 165 35 0 57 16 141 73 102
Binary 10011100 11011011 1110101 11101 0 101111 1110 1100001 111011 1000010

Color Harmonies of #9CDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB75

Black with #9CDB75

Text Example


Text Example

White with #9CDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,117); }

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

background-color css

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

 a { background-color: rgb(156,219,117); }

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

border-color css

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

 span { border-color: rgb(156,219,117); }

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