Html Css Color HEX #8BDC80 De York

📋 copy color: '#8BDC80'

red 139 ◦ green 220 ◦ blue 128

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

Shades of De York #8BDC80

Tints of De York #8BDC80

RGB

 RED value IS 139 (54.69% from 255) = 28.54%

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

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

R = 28.54%
G = 45.17%
B = 26.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#8BDC80 (or 0x8BDC80) is known color: De York. HEX triplet: 8B, DC and 80. RGB value is (139,220,128). Sum of RGB (Red+Green+Blue) = 139+220+128=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDC80 is #74237F. Grayscale: #B9B9B9. Windows color (decimal): -7611264 or 8445067. OLE color: 8445067.

HSL color Cylindrical-coordinate representation of color #8BDC80: hue angle of 112.83º 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 #8BDC80 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 220 128 -
CMYK 0.37 0 0.42 0.14
HSL 112.83º 0.57% 0.68% -
HSV(B) 112.83º 0.42% 0.86% -
XYZ 40.14 58.23 29.55 -
YUV 185.29 95.66 94.98 -
System Red Green Blue C M Y K H S L
Decimal 139 220 128 0.37 0 0.42 0.14 112.83 0.57 0.68
Hex 8B DC 80 25 0 2A E 71 39 44
Octal 213 334 200 45 0 52 16 161 71 104
Binary 10001011 11011100 10000000 100101 0 101010 1110 1110001 111001 1000100

Color Harmonies of #8BDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDC80

Black with #8BDC80

Text Example


Text Example

White with #8BDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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