#81D998

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

Shades of De York #81D998

Tints of De York #81D998

Color information

#81D998 (or 0x81D998) is unknown color: approx De York. HEX triplet: 81, D9 and 98. RGB value is (129,217,152). Sum of RGB (Red+Green+Blue) = 129+217+152=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #81D998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D998 is #7E2667. Grayscale: #B7B7B7. Windows color (decimal): -8267368 or 10017153. OLE color: 10017153.

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

Color convert

RGB129217152-
CMYK0.4100.300.15
HSL135.68º53.66%67.84%-
HSV(B)135.68º40.55%85.1%-
XYZ39.5356.5638.54-
YUV183.28110.3589.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.90%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 152 (59.77% from 255) = 30.52%
R=25.90%
G=43.57%
B=30.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292171520.4100.300.15135.6853.6667.84
Hex81D9982901EF883644
Octal201331230510361721066104
Binary1000000111011001100110001010010111101111100010001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,217,152); }

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

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

 a { background-color: rgb(129,217,152); }

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

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

 span { border-color: rgb(129,217,152); }

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