#8CD281

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

Shades of De York #8CD281

Tints of De York #8CD281

Color information

#8CD281 (or 0x8CD281) is unknown color: approx De York. HEX triplet: 8C, D2 and 81. RGB value is (140,210,129). Sum of RGB (Red+Green+Blue) = 140+210+129=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD281 is #732D7E. Grayscale: #B4B4B4. Windows color (decimal): -7548287 or 8508044. OLE color: 8508044.

HSL color Cylindrical-coordinate representation of color #8CD281: hue angle of 111.85º 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 #8CD281 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB140210129-
CMYK0.3300.390.18
HSL111.85º47.37%66.47%-
HSV(B)111.85º38.57%82.35%-
XYZ37.8253.2529.05-
YUV179.8499.3199.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 210 (82.42% from 255) = 43.84%
BLUE value IS 129 (50.78% from 255) = 26.93%
R=29.23%
G=43.84%
B=26.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402101290.3300.390.18111.8547.3766.47
Hex8CD2812102712702f42
Octal214322201410472216057102
Binary10001100110100101000000110000101001111001011100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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