#8BD57D

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

Shades of De York #8BD57D

Tints of De York #8BD57D

Color information

#8BD57D (or 0x8BD57D) is unknown color: approx De York. HEX triplet: 8B, D5 and 7D. RGB value is (139,213,125). Sum of RGB (Red+Green+Blue) = 139+213+125=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD57D is #742A82. Grayscale: #B5B5B5. Windows color (decimal): -7613059 or 8246667. OLE color: 8246667.

HSL color Cylindrical-coordinate representation of color #8BD57D: hue angle of 110.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BD57D is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB139213125-
CMYK0.3500.410.16
HSL110.45º51.16%66.27%-
HSV(B)110.45º41.31%83.53%-
XYZ38.1454.5627.92-
YUV180.8496.4898.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.14%
GREEN value IS 213 (83.59% from 255) = 44.65%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=29.14%
G=44.65%
B=26.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392131250.3500.410.16110.4551.1666.27
Hex8BD57D23029106e3342
Octal213325175430512015663102
Binary1000101111010101111110110001101010011000011011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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