#8BD281

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

Shades of De York #8BD281

Tints of De York #8BD281

Color information

#8BD281 (or 0x8BD281) is unknown color: approx De York. HEX triplet: 8B, D2 and 81. RGB value is (139,210,129). Sum of RGB (Red+Green+Blue) = 139+210+129=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD281 is #742D7E. Grayscale: #B3B3B3. Windows color (decimal): -7613823 or 8508043. OLE color: 8508043.

HSL color Cylindrical-coordinate representation of color #8BD281: hue angle of 112.59º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BD281 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB139210129-
CMYK0.3400.390.18
HSL112.59º47.37%66.47%-
HSV(B)112.59º38.57%82.35%-
XYZ37.6653.1729.05-
YUV179.5499.4899.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.08%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=29.08%
G=43.93%
B=26.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392101290.3400.390.18112.5947.3766.47
Hex8BD2812202712712f42
Octal213322201420472216157102
Binary10001011110100101000000110001001001111001011100011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,210,129); }

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

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

 a { background-color: rgb(139,210,129); }

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

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

 span { border-color: rgb(139,210,129); }

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