#8bd884

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

Shades of De York #8BD884

Tints of De York #8BD884

Color information

#8BD884 (or 0x8BD884) is unknown color: approx De York. HEX triplet: 8B, D8 and 84. RGB value is (139,216,132). Sum of RGB (Red+Green+Blue) = 139+216+132=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD884 is #74277B. Grayscale: #B7B7B7. Windows color (decimal): -7612284 or 8706187. OLE color: 8706187.

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

Color convert

RGB139216132-
CMYK0.3600.390.15
HSL115º51.85%68.24%-
HSV(B)115º38.89%84.71%-
XYZ39.3756.2730.62-
YUV183.498.9996.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=28.54%
G=44.35%
B=27.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392161320.3600.390.1511551.8568.24
Hex8BD88424027F733444
Octal213330204440471716364104
Binary1000101111011000100001001001000100111111111100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bd884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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