#81CE95

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

Shades of De York #81CE95

Tints of De York #81CE95

Color information

#81CE95 (or 0x81CE95) is unknown color: approx De York. HEX triplet: 81, CE and 95. RGB value is (129,206,149). Sum of RGB (Red+Green+Blue) = 129+206+149=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CE95 is #7E316A. Grayscale: #B0B0B0. Windows color (decimal): -8270187 or 9817729. OLE color: 9817729.

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

Color convert

RGB129206149-
CMYK0.3700.280.19
HSL135.58º44%65.69%-
HSV(B)135.58º37.38%80.78%-
XYZ36.5550.9836.35-
YUV176.48112.4994.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 206 (80.86% from 255) = 42.56%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=26.65%
G=42.56%
B=30.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1292061490.3700.280.19135.584465.69
Hex81CE952501C13882c42
Octal201316225450342321054102
Binary10000001110011101001010110010101110010011100010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,206,149); }

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

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

 a { background-color: rgb(129,206,149); }

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

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

 span { border-color: rgb(129,206,149); }

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