Html Css Color HEX #8CDB73 Gossip

📋 copy color: '#8CDB73'

red 140 ◦ green 219 ◦ blue 115

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

Shades of Gossip #8CDB73

Tints of Gossip #8CDB73

RGB

 RED value IS 140 (55.08% from 255) = 29.54%

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

 BLUE value IS 115 (45.31% from 255) = 24.26%

R = 29.54%
G = 46.2%
B = 24.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#8CDB73 (or 0x8CDB73) is known color: Gossip. HEX triplet: 8C, DB and 73. RGB value is (140,219,115). Sum of RGB (Red+Green+Blue) = 140+219+115=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB73 is #73248C. Grayscale: #B7B7B7. Windows color (decimal): -7545997 or 7592844. OLE color: 7592844.

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

Color convert

RGB 140 219 115 -
CMYK 0.36 0 0.47 0.14
HSL 105.58º 0.59% 0.65% -
HSV(B) 105.58º 0.47% 0.86% -
XYZ 39.24 57.48 25.25 -
YUV 183.52 89.33 96.96 -
System Red Green Blue C M Y K H S L
Decimal 140 219 115 0.36 0 0.47 0.14 105.58 0.59 0.65
Hex 8C DB 73 24 0 2F E 6A 3B 41
Octal 214 333 163 44 0 57 16 152 73 101
Binary 10001100 11011011 1110011 100100 0 101111 1110 1101010 111011 1000001

Color Harmonies of #8CDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDB73

Black with #8CDB73

Text Example


Text Example

White with #8CDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CDB73; }

 p { color: rgb(140,219,115); }

 H1.HeaderClassName
 {
   color: #8CDB73;
 }
 .AnyTagClassName
 {
   color: #8CDB73;
 }
</style>

background-color css

<style>
 a { background-color: #8CDB73; }

 a { background-color: rgb(140,219,115); }

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

border-color css

<style>
 span { border-color: #8CDB73; }

 span { border-color: rgb(140,219,115); }

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