Html Css Color HEX #8CD072 Gossip

📋 copy color: '#8CD072'

red 140 ◦ green 208 ◦ blue 114

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

Shades of Gossip #8CD072

Tints of Gossip #8CD072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 30.3%
G = 45.02%
B = 24.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#8CD072 (or 0x8CD072) is known color: Gossip. HEX triplet: 8C, D0 and 72. RGB value is (140,208,114). Sum of RGB (Red+Green+Blue) = 140+208+114=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD072 is #732F8D. Grayscale: #B1B1B1. Windows color (decimal): -7548814 or 7524492. OLE color: 7524492.

HSL color Cylindrical-coordinate representation of color #8CD072: hue angle of 103.4º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CD072 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 208 114 -
CMYK 0.33 0 0.45 0.18
HSL 103.4º 0.5% 0.63% -
HSV(B) 103.4º 0.45% 0.82% -
XYZ 36.41 51.9 24.02 -
YUV 176.95 92.47 101.64 -
System Red Green Blue C M Y K H S L
Decimal 140 208 114 0.33 0 0.45 0.18 103.4 0.5 0.63
Hex 8C D0 72 21 0 2D 12 67 32 3F
Octal 214 320 162 41 0 55 22 147 62 77
Binary 10001100 11010000 1110010 100001 0 101101 10010 1100111 110010 111111

Color Harmonies of #8CD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD072

Black with #8CD072

Text Example


Text Example

White with #8CD072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,208,114); }

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

background-color css

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

 a { background-color: rgb(140,208,114); }

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

border-color css

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

 span { border-color: rgb(140,208,114); }

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