Html Css Color HEX #8CDC70 Gossip

📋 copy color: '#8CDC70'

red 140 ◦ green 220 ◦ blue 112

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

Shades of Gossip #8CDC70

Tints of Gossip #8CDC70

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.61%

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 29.66%
G = 46.61%
B = 23.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#8CDC70 (or 0x8CDC70) is known color: Gossip. HEX triplet: 8C, DC and 70. RGB value is (140,220,112). Sum of RGB (Red+Green+Blue) = 140+220+112=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC70 is #73238F. Grayscale: #B8B8B8. Windows color (decimal): -7545744 or 7396492. OLE color: 7396492.

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

Color convert

RGB 140 220 112 -
CMYK 0.36 0 0.49 0.14
HSL 104.44º 0.61% 0.65% -
HSV(B) 104.44º 0.49% 0.86% -
XYZ 39.33 57.93 24.44 -
YUV 183.77 87.5 96.78 -
System Red Green Blue C M Y K H S L
Decimal 140 220 112 0.36 0 0.49 0.14 104.44 0.61 0.65
Hex 8C DC 70 24 0 31 E 68 3D 41
Octal 214 334 160 44 0 61 16 150 75 101
Binary 10001100 11011100 1110000 100100 0 110001 1110 1101000 111101 1000001

Color Harmonies of #8CDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC70

Black with #8CDC70

Text Example


Text Example

White with #8CDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,220,112); }

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

background-color css

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

 a { background-color: rgb(140,220,112); }

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

border-color css

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

 span { border-color: rgb(140,220,112); }

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