Html Css Color HEX #8CC980 De York

📋 copy color: '#8CC980'

red 140 ◦ green 201 ◦ blue 128

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

Shades of De York #8CC980

Tints of De York #8CC980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 128 (50.39% from 255) = 27.29%

R = 29.85%
G = 42.86%
B = 27.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#8CC980 (or 0x8CC980) is known color: De York. HEX triplet: 8C, C9 and 80. RGB value is (140,201,128). Sum of RGB (Red+Green+Blue) = 140+201+128=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC980 is #73367F. Grayscale: #AEAEAE. Windows color (decimal): -7550592 or 8440204. OLE color: 8440204.

HSL color Cylindrical-coordinate representation of color #8CC980: hue angle of 110.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CC980 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 201 128 -
CMYK 0.30 0 0.36 0.21
HSL 110.14º 0.4% 0.65% -
HSV(B) 110.14º 0.36% 0.79% -
XYZ 35.6 48.91 27.99 -
YUV 174.44 101.79 103.44 -
System Red Green Blue C M Y K H S L
Decimal 140 201 128 0.30 0 0.36 0.21 110.14 0.4 0.65
Hex 8C C9 80 1E 0 24 15 6E 28 41
Octal 214 311 200 36 0 44 25 156 50 101
Binary 10001100 11001001 10000000 11110 0 100100 10101 1101110 101000 1000001

Color Harmonies of #8CC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC980

Black with #8CC980

Text Example


Text Example

White with #8CC980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,201,128); }

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

background-color css

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

 a { background-color: rgb(140,201,128); }

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

border-color css

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

 span { border-color: rgb(140,201,128); }

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