Html Css Color HEX #8CDC80 De York

📋 copy color: '#8CDC80'

red 140 ◦ green 220 ◦ blue 128

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

Shades of De York #8CDC80

Tints of De York #8CDC80

RGB

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

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

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

R = 28.69%
G = 45.08%
B = 26.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#8CDC80 (or 0x8CDC80) is known color: De York. HEX triplet: 8C, DC and 80. RGB value is (140,220,128). Sum of RGB (Red+Green+Blue) = 140+220+128=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC80 is #73237F. Grayscale: #B9B9B9. Windows color (decimal): -7545728 or 8445068. OLE color: 8445068.

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

Color convert

RGB 140 220 128 -
CMYK 0.36 0 0.42 0.14
HSL 112.17º 0.57% 0.68% -
HSV(B) 112.17º 0.42% 0.86% -
XYZ 40.3 58.32 29.55 -
YUV 185.59 95.5 95.48 -
System Red Green Blue C M Y K H S L
Decimal 140 220 128 0.36 0 0.42 0.14 112.17 0.57 0.68
Hex 8C DC 80 24 0 2A E 70 39 44
Octal 214 334 200 44 0 52 16 160 71 104
Binary 10001100 11011100 10000000 100100 0 101010 1110 1110000 111001 1000100

Color Harmonies of #8CDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC80

Black with #8CDC80

Text Example


Text Example

White with #8CDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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