#81C98A

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

Shades of De York #81C98A

Tints of De York #81C98A

Color information

#81C98A (or 0x81C98A) is unknown color: approx De York. HEX triplet: 81, C9 and 8A. RGB value is (129,201,138). Sum of RGB (Red+Green+Blue) = 129+201+138=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #81C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C98A is #7E3675. Grayscale: #ACACAC. Windows color (decimal): -8271478 or 9095553. OLE color: 9095553.

HSL color Cylindrical-coordinate representation of color #81C98A: hue angle of 127.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81C98A is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB129201138-
CMYK0.3600.310.21
HSL127.5º40%64.71%-
HSV(B)127.5º35.82%78.82%-
XYZ34.5348.2831.54-
YUV172.29108.6597.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.56%
GREEN value IS 201 (78.91% from 255) = 42.95%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=27.56%
G=42.95%
B=29.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292011380.3600.310.21127.54064.71
Hex81C98A2401F157f2841
Octal201311212440372517750101
Binary1000000111001001100010101001000111111010111111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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