Html Css Color HEX #8CDA70 Gossip

📋 copy color: '#8CDA70'

red 140 ◦ green 218 ◦ blue 112

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

Shades of Gossip #8CDA70

Tints of Gossip #8CDA70

RGB

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

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

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

R = 29.79%
G = 46.38%
B = 23.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#8CDA70 (or 0x8CDA70) is known color: Gossip. HEX triplet: 8C, DA and 70. RGB value is (140,218,112). Sum of RGB (Red+Green+Blue) = 140+218+112=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA70 is #73258F. Grayscale: #B6B6B6. Windows color (decimal): -7546256 or 7395980. OLE color: 7395980.

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

Color convert

RGB 140 218 112 -
CMYK 0.36 0 0.49 0.15
HSL 104.15º 0.59% 0.65% -
HSV(B) 104.15º 0.49% 0.85% -
XYZ 38.81 56.89 24.26 -
YUV 182.59 88.16 97.62 -
System Red Green Blue C M Y K H S L
Decimal 140 218 112 0.36 0 0.49 0.15 104.15 0.59 0.65
Hex 8C DA 70 24 0 31 F 68 3B 41
Octal 214 332 160 44 0 61 17 150 73 101
Binary 10001100 11011010 1110000 100100 0 110001 1111 1101000 111011 1000001

Color Harmonies of #8CDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA70

Black with #8CDA70

Text Example


Text Example

White with #8CDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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