#81D699

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

Shades of De York #81D699

Tints of De York #81D699

Color information

#81D699 (or 0x81D699) is unknown color: approx De York. HEX triplet: 81, D6 and 99. RGB value is (129,214,153). Sum of RGB (Red+Green+Blue) = 129+214+153=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #81D699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D699 is #7E2966. Grayscale: #B5B5B5. Windows color (decimal): -8268135 or 10081921. OLE color: 10081921.

HSL color Cylindrical-coordinate representation of color #81D699: hue angle of 136.94º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D699 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB129214153-
CMYK0.4000.290.16
HSL136.94º50.9%67.25%-
HSV(B)136.94º39.72%83.92%-
XYZ38.8555.0638.72-
YUV181.63111.8490.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=26.01%
G=43.15%
B=30.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292141530.4000.290.16136.9450.967.25
Hex81D6992801D10893343
Octal201326231500352021163103
Binary10000001110101101001100110100001110110000100010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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