#8BD17C

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

Shades of De York #8BD17C

Tints of De York #8BD17C

Color information

#8BD17C (or 0x8BD17C) is unknown color: approx De York. HEX triplet: 8B, D1 and 7C. RGB value is (139,209,124). Sum of RGB (Red+Green+Blue) = 139+209+124=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD17C is #742E83. Grayscale: #B2B2B2. Windows color (decimal): -7614084 or 8180107. OLE color: 8180107.

HSL color Cylindrical-coordinate representation of color #8BD17C: hue angle of 109.41º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BD17C is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB139209124-
CMYK0.3300.410.18
HSL109.41º48.02%65.29%-
HSV(B)109.41º40.67%81.96%-
XYZ37.0952.5527.26-
YUV178.3897.3199.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.45%
GREEN value IS 209 (82.03% from 255) = 44.28%
BLUE value IS 124 (48.83% from 255) = 26.27%
R=29.45%
G=44.28%
B=26.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392091240.3300.410.18109.4148.0265.29
Hex8BD17C21029126d3041
Octal213321174410512215560101
Binary1000101111010001111110010000101010011001011011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,209,124); }

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

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

 a { background-color: rgb(139,209,124); }

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

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

 span { border-color: rgb(139,209,124); }

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