#81CC85

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

Shades of De York #81CC85

Tints of De York #81CC85

Color information

#81CC85 (or 0x81CC85) is unknown color: approx De York. HEX triplet: 81, CC and 85. RGB value is (129,204,133). Sum of RGB (Red+Green+Blue) = 129+204+133=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CC85 is #7E337A. Grayscale: #ADADAD. Windows color (decimal): -8270715 or 8768641. OLE color: 8768641.

HSL color Cylindrical-coordinate representation of color #81CC85: hue angle of 123.2º degrees, saturation: 0.42, 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 #81CC85 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB129204133-
CMYK0.3700.350.2
HSL123.2º42.37%65.29%-
HSV(B)123.2º36.76%80%-
XYZ34.8849.5529.92-
YUV173.48105.1596.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 204 (80.08% from 255) = 43.78%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=27.68%
G=43.78%
B=28.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1292041330.3700.350.2123.242.3765.29
Hex81CC8525023147b2a41
Octal201314205450432417352101
Binary10000001110011001000010110010101000111010011110111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,204,133); }

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

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

 a { background-color: rgb(129,204,133); }

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

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

 span { border-color: rgb(129,204,133); }

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