#81D38B

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

Shades of De York #81D38B

Tints of De York #81D38B

Color information

#81D38B (or 0x81D38B) is unknown color: approx De York. HEX triplet: 81, D3 and 8B. RGB value is (129,211,139). Sum of RGB (Red+Green+Blue) = 129+211+139=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #81D38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D38B is #7E2C74. Grayscale: #B2B2B2. Windows color (decimal): -8268917 or 9163649. OLE color: 9163649.

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

Color convert

RGB129211139-
CMYK0.3900.340.17
HSL127.32º48.24%66.67%-
HSV(B)127.32º38.86%82.75%-
XYZ37.0153.1232.73-
YUV178.27105.8392.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.93%
GREEN value IS 211 (82.81% from 255) = 44.05%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=26.93%
G=44.05%
B=29.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292111390.3900.340.17127.3248.2466.67
Hex81D38B27022117f3043
Octal201323213470422117760103
Binary10000001110100111000101110011101000101000111111111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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