#81D38A

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

Shades of De York #81D38A

Tints of De York #81D38A

Color information

#81D38A (or 0x81D38A) is unknown color: approx De York. HEX triplet: 81, D3 and 8A. RGB value is (129,211,138). Sum of RGB (Red+Green+Blue) = 129+211+138=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #81D38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D38A is #7E2C75. Grayscale: #B2B2B2. Windows color (decimal): -8268918 or 9098113. OLE color: 9098113.

HSL color Cylindrical-coordinate representation of color #81D38A: hue angle of 126.59º degrees, saturation: 0.48, 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 #81D38A is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB129211138-
CMYK0.3900.350.17
HSL126.59º48.24%66.67%-
HSV(B)126.59º38.86%82.75%-
XYZ36.9353.0932.35-
YUV178.16105.3392.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.99%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=26.99%
G=44.14%
B=28.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292111380.3900.350.17126.5948.2466.67
Hex81D38A27023117f3043
Octal201323212470432117760103
Binary10000001110100111000101010011101000111000111111111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,211,138); }

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

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

 a { background-color: rgb(129,211,138); }

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

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

 span { border-color: rgb(129,211,138); }

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