#8BD47F

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

Shades of De York #8BD47F

Tints of De York #8BD47F

Color information

#8BD47F (or 0x8BD47F) is unknown color: approx De York. HEX triplet: 8B, D4 and 7F. RGB value is (139,212,127). Sum of RGB (Red+Green+Blue) = 139+212+127=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD47F is #742B80. Grayscale: #B4B4B4. Windows color (decimal): -7613313 or 8377483. OLE color: 8377483.

HSL color Cylindrical-coordinate representation of color #8BD47F: hue angle of 111.53º degrees, saturation: 0.5, 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 #8BD47F is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB139212127-
CMYK0.3400.400.17
HSL111.53º49.71%66.47%-
HSV(B)111.53º40.09%83.14%-
XYZ38.0254.1128.52-
YUV180.4897.8298.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.08%
GREEN value IS 212 (83.20% from 255) = 44.35%
BLUE value IS 127 (50% from 255) = 26.57%
R=29.08%
G=44.35%
B=26.57%

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
Decimal1392121270.3400.400.17111.5349.7166.47
Hex8BD47F2202811703242
Octal213324177420502116062102
Binary1000101111010100111111110001001010001000111100001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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