#81CF89

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

Shades of De York #81CF89

Tints of De York #81CF89

Color information

#81CF89 (or 0x81CF89) is unknown color: approx De York. HEX triplet: 81, CF and 89. RGB value is (129,207,137). Sum of RGB (Red+Green+Blue) = 129+207+137=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CF89 is #7E3076. Grayscale: #AFAFAF. Windows color (decimal): -8269943 or 9031553. OLE color: 9031553.

HSL color Cylindrical-coordinate representation of color #81CF89: hue angle of 126.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81CF89 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB129207137-
CMYK0.3800.340.19
HSL126.15º44.83%65.88%-
HSV(B)126.15º37.68%81.18%-
XYZ35.8851.131.64-
YUV175.7106.1694.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=27.27%
G=43.76%
B=28.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1292071370.3800.340.19126.1544.8365.88
Hex81CF8926022137e2d42
Octal201317211460422317655102
Binary10000001110011111000100110011001000101001111111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,207,137); }

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

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

 a { background-color: rgb(129,207,137); }

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

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

 span { border-color: rgb(129,207,137); }

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