#8bd48f

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

Shades of De York #8BD48F

Tints of De York #8BD48F

Color information

#8BD48F (or 0x8BD48F) is unknown color: approx De York. HEX triplet: 8B, D4 and 8F. RGB value is (139,212,143). Sum of RGB (Red+Green+Blue) = 139+212+143=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD48F is #742B70. Grayscale: #B6B6B6. Windows color (decimal): -7613297 or 9426059. OLE color: 9426059.

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

Color convert

RGB139212143-
CMYK0.3400.330.17
HSL123.29º45.91%68.82%-
HSV(B)123.29º34.43%83.14%-
XYZ39.1554.5634.45-
YUV182.31105.8297.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 212 (83.20% from 255) = 42.91%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=28.14%
G=42.91%
B=28.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1392121430.3400.330.17123.2945.9168.82
Hex8BD48F22021117b2e45
Octal213324217420412117356105
Binary10001011110101001000111110001001000011000111110111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bd48f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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