#81CD8B

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

Shades of De York #81CD8B

Tints of De York #81CD8B

Color information

#81CD8B (or 0x81CD8B) is unknown color: approx De York. HEX triplet: 81, CD and 8B. RGB value is (129,205,139). Sum of RGB (Red+Green+Blue) = 129+205+139=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CD8B is #7E3274. Grayscale: #AEAEAE. Windows color (decimal): -8270453 or 9162113. OLE color: 9162113.

HSL color Cylindrical-coordinate representation of color #81CD8B: hue angle of 127.89º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81CD8B is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB129205139-
CMYK0.3700.320.20
HSL127.89º43.18%65.49%-
HSV(B)127.89º37.07%80.39%-
XYZ35.5450.1932.24-
YUV174.75107.8295.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=27.27%
G=43.34%
B=29.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1292051390.3700.320.20127.8943.1865.49
Hex81CD8B2502014802b41
Octal201315213450402420053101
Binary100000011100110110001011100101010000010100100000001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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