#8BD47D

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

Shades of De York #8BD47D

Tints of De York #8BD47D

Color information

#8BD47D (or 0x8BD47D) is unknown color: approx De York. HEX triplet: 8B, D4 and 7D. RGB value is (139,212,125). Sum of RGB (Red+Green+Blue) = 139+212+125=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD47D is #742B82. Grayscale: #B4B4B4. Windows color (decimal): -7613315 or 8246411. OLE color: 8246411.

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

Color convert

RGB139212125-
CMYK0.3400.410.17
HSL110.34º50.29%66.08%-
HSV(B)110.34º41.04%83.14%-
XYZ37.8954.0627.84-
YUV180.2696.8298.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.20%
GREEN value IS 212 (83.20% from 255) = 44.54%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=29.20%
G=44.54%
B=26.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1392121250.3400.410.17110.3450.2966.08
Hex8BD47D22029116e3242
Octal213324175420512115662102
Binary1000101111010100111110110001001010011000111011101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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