#8BCE8F

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

Shades of De York #8BCE8F

Tints of De York #8BCE8F

Color information

#8BCE8F (or 0x8BCE8F) is unknown color: approx De York. HEX triplet: 8B, CE and 8F. RGB value is (139,206,143). Sum of RGB (Red+Green+Blue) = 139+206+143=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE8F is #743170. Grayscale: #B2B2B2. Windows color (decimal): -7614833 or 9424523. OLE color: 9424523.

HSL color Cylindrical-coordinate representation of color #8BCE8F: hue angle of 123.58º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCE8F is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB139206143-
CMYK0.3300.310.19
HSL123.58º40.61%67.65%-
HSV(B)123.58º32.52%80.78%-
XYZ37.6851.6133.96-
YUV178.78107.899.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.48%
GREEN value IS 206 (80.86% from 255) = 42.21%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=28.48%
G=42.21%
B=29.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061430.3300.310.19123.5840.6167.65
Hex8BCE8F2101F137c2944
Octal213316217410372317451104
Binary1000101111001110100011111000010111111001111111001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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