#8BDB7F

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

Shades of De York #8BDB7F

Tints of De York #8BDB7F

Color information

#8BDB7F (or 0x8BDB7F) is unknown color: approx De York. HEX triplet: 8B, DB and 7F. RGB value is (139,219,127). Sum of RGB (Red+Green+Blue) = 139+219+127=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDB7F is #742480. Grayscale: #B8B8B8. Windows color (decimal): -7611521 or 8379275. OLE color: 8379275.

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

Color convert

RGB139219127-
CMYK0.3700.420.14
HSL112.17º56.1%67.84%-
HSV(B)112.17º42.01%85.88%-
XYZ39.8157.6829.11-
YUV184.5995.595.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 219 (85.94% from 255) = 45.15%
BLUE value IS 127 (50% from 255) = 26.19%
R=28.66%
G=45.15%
B=26.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392191270.3700.420.14112.1756.167.84
Hex8BDB7F2502AE703844
Octal213333177450521616070104
Binary100010111101101111111111001010101010111011100001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,219,127); }

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

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

 a { background-color: rgb(139,219,127); }

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

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

 span { border-color: rgb(139,219,127); }

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