#8BD580

Color #8BD580 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8BD580

Tints of De York #8BD580

Color information

#8BD580 (or 0x8BD580) is unknown color: approx De York. HEX triplet: 8B, D5 and 80. RGB value is (139,213,128). Sum of RGB (Red+Green+Blue) = 139+213+128=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD580 is #742A7F. Grayscale: #B5B5B5. Windows color (decimal): -7613056 or 8443275. OLE color: 8443275.

HSL color Cylindrical-coordinate representation of color #8BD580: hue angle of 112.24º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BD580 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB139213128-
CMYK0.3500.400.16
HSL112.24º50.3%66.86%-
HSV(B)112.24º39.91%83.53%-
XYZ38.3454.6428.95-
YUV181.1897.9897.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=28.96%
G=44.38%
B=26.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392131280.3500.400.16112.2450.366.86
Hex8BD5802302810703243
Octal213325200430502016062103
Binary10001011110101011000000010001101010001000011100001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8BD580;
 }
 .AnyTagClassName
 {
   color: #8BD580;
 }
</style>
background-color css

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

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

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

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

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

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