#8BD88E

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

Shades of De York #8BD88E

Tints of De York #8BD88E

Color information

#8BD88E (or 0x8BD88E) is unknown color: approx De York. HEX triplet: 8B, D8 and 8E. RGB value is (139,216,142). Sum of RGB (Red+Green+Blue) = 139+216+142=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD88E is #742771. Grayscale: #B8B8B8. Windows color (decimal): -7612274 or 9361547. OLE color: 9361547.

HSL color Cylindrical-coordinate representation of color #8BD88E: hue angle of 122.34º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD88E is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB139216142-
CMYK0.3600.340.15
HSL122.34º49.68%69.61%-
HSV(B)122.34º35.65%84.71%-
XYZ40.0956.5534.39-
YUV184.54103.9995.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.97%
GREEN value IS 216 (84.77% from 255) = 43.46%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=27.97%
G=43.46%
B=28.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392161420.3600.340.15122.3449.6869.61
Hex8BD88E24022F7a3246
Octal213330216440421717262106
Binary1000101111011000100011101001000100010111111110101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,216,142); }

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

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

 a { background-color: rgb(139,216,142); }

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

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

 span { border-color: rgb(139,216,142); }

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