#81D483

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

Shades of De York #81D483

Tints of De York #81D483

Color information

#81D483 (or 0x81D483) is unknown color: approx De York. HEX triplet: 81, D4 and 83. RGB value is (129,212,131). Sum of RGB (Red+Green+Blue) = 129+212+131=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #81D483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D483 is #7E2B7C. Grayscale: #B2B2B2. Windows color (decimal): -8268669 or 8639617. OLE color: 8639617.

HSL color Cylindrical-coordinate representation of color #81D483: hue angle of 121.45º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D483 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB129212131-
CMYK0.3900.380.17
HSL121.45º49.11%66.86%-
HSV(B)121.45º39.15%83.14%-
XYZ36.6953.3929.84-
YUV177.95101.593.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 212 (83.20% from 255) = 44.92%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=27.33%
G=44.92%
B=27.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292121310.3900.380.17121.4549.1166.86
Hex81D4832702611793143
Octal201324203470462117161103
Binary10000001110101001000001110011101001101000111110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81D483; }

 p { color: rgb(129,212,131); }

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

<style>
 a { background-color: #81D483; }

 a { background-color: rgb(129,212,131); }

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

<style>
 span { border-color: #81D483; }

 span { border-color: rgb(129,212,131); }

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