#8BD37F

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

Shades of De York #8BD37F

Tints of De York #8BD37F

Color information

#8BD37F (or 0x8BD37F) is unknown color: approx De York. HEX triplet: 8B, D3 and 7F. RGB value is (139,211,127). Sum of RGB (Red+Green+Blue) = 139+211+127=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD37F is #742C80. Grayscale: #B4B4B4. Windows color (decimal): -7613569 or 8377227. OLE color: 8377227.

HSL color Cylindrical-coordinate representation of color #8BD37F: hue angle of 111.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BD37F is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB139211127-
CMYK0.3400.400.17
HSL111.43º48.84%66.27%-
HSV(B)111.43º39.81%82.75%-
XYZ37.7753.6128.44-
YUV179.998.1598.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.14%
GREEN value IS 211 (82.81% from 255) = 44.23%
BLUE value IS 127 (50% from 255) = 26.62%
R=29.14%
G=44.23%
B=26.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1392111270.3400.400.17111.4348.8466.27
Hex8BD37F22028116f3142
Octal213323177420502115761102
Binary1000101111010011111111110001001010001000111011111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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