Html Css Color HEX #8CDA73 Gossip

📋 copy color: '#8CDA73'

red 140 ◦ green 218 ◦ blue 115

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

Shades of Gossip #8CDA73

Tints of Gossip #8CDA73

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

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

R = 29.6%
G = 46.09%
B = 24.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#8CDA73 (or 0x8CDA73) is known color: Gossip. HEX triplet: 8C, DA and 73. RGB value is (140,218,115). Sum of RGB (Red+Green+Blue) = 140+218+115=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA73 is #73258C. Grayscale: #B7B7B7. Windows color (decimal): -7546253 or 7592588. OLE color: 7592588.

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

Color convert

RGB 140 218 115 -
CMYK 0.36 0 0.47 0.15
HSL 105.44º 0.58% 0.65% -
HSV(B) 105.44º 0.47% 0.85% -
XYZ 38.98 56.96 25.16 -
YUV 182.94 89.66 97.38 -
System Red Green Blue C M Y K H S L
Decimal 140 218 115 0.36 0 0.47 0.15 105.44 0.58 0.65
Hex 8C DA 73 24 0 2F F 69 3A 41
Octal 214 332 163 44 0 57 17 151 72 101
Binary 10001100 11011010 1110011 100100 0 101111 1111 1101001 111010 1000001

Color Harmonies of #8CDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA73

Black with #8CDA73

Text Example


Text Example

White with #8CDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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