#8BD17A

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

Shades of De York #8BD17A

Tints of De York #8BD17A

Color information

#8BD17A (or 0x8BD17A) is unknown color: approx De York. HEX triplet: 8B, D1 and 7A. RGB value is (139,209,122). Sum of RGB (Red+Green+Blue) = 139+209+122=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD17A is #742E85. Grayscale: #B2B2B2. Windows color (decimal): -7614086 or 8049035. OLE color: 8049035.

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

Color convert

RGB139209122-
CMYK0.3300.420.18
HSL108.28º48.6%64.9%-
HSV(B)108.28º41.63%81.96%-
XYZ36.9652.526.6-
YUV178.1596.31100.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.57%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=29.57%
G=44.47%
B=25.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392091220.3300.420.18108.2848.664.9
Hex8BD17A2102A126c3141
Octal213321172410522215461101
Binary1000101111010001111101010000101010101001011011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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