#81D092

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

Shades of De York #81D092

Tints of De York #81D092

Color information

#81D092 (or 0x81D092) is unknown color: approx De York. HEX triplet: 81, D0 and 92. RGB value is (129,208,146). Sum of RGB (Red+Green+Blue) = 129+208+146=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #81D092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D092 is #7E2F6D. Grayscale: #B1B1B1. Windows color (decimal): -8269678 or 9621633. OLE color: 9621633.

HSL color Cylindrical-coordinate representation of color #81D092: hue angle of 132.91º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81D092 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB129208146-
CMYK0.3800.300.18
HSL132.91º45.66%66.08%-
HSV(B)132.91º37.98%81.57%-
XYZ36.851.8535.26-
YUV177.31110.3393.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.71%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=26.71%
G=43.06%
B=30.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1292081460.3800.300.18132.9145.6666.08
Hex81D0922601E12852e42
Octal201320222460362220556102
Binary10000001110100001001001010011001111010010100001011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,208,146); }

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

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

 a { background-color: rgb(129,208,146); }

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

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

 span { border-color: rgb(129,208,146); }

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