#81DC99

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

Shades of De York #81DC99

Tints of De York #81DC99

Color information

#81DC99 (or 0x81DC99) is unknown color: approx De York. HEX triplet: 81, DC and 99. RGB value is (129,220,153). Sum of RGB (Red+Green+Blue) = 129+220+153=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DC99 is #7E2366. Grayscale: #B9B9B9. Windows color (decimal): -8266599 or 10083457. OLE color: 10083457.

HSL color Cylindrical-coordinate representation of color #81DC99: hue angle of 135.82º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DC99 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB129220153-
CMYK0.4100.300.14
HSL135.82º56.52%68.43%-
HSV(B)135.82º41.36%86.27%-
XYZ40.458.1539.23-
YUV185.15109.8587.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.70%
GREEN value IS 220 (86.33% from 255) = 43.82%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=25.70%
G=43.82%
B=30.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1292201530.4100.300.14135.8256.5268.43
Hex81DC992901EE883944
Octal201334231510361621071104
Binary1000000111011100100110011010010111101110100010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,220,153); }

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

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

 a { background-color: rgb(129,220,153); }

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

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

 span { border-color: rgb(129,220,153); }

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