#81DC8F

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

Shades of De York #81DC8F

Tints of De York #81DC8F

Color information

#81DC8F (or 0x81DC8F) is unknown color: approx De York. HEX triplet: 81, DC and 8F. RGB value is (129,220,143). Sum of RGB (Red+Green+Blue) = 129+220+143=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DC8F is #7E2370. Grayscale: #B8B8B8. Windows color (decimal): -8266609 or 9428097. OLE color: 9428097.

HSL color Cylindrical-coordinate representation of color #81DC8F: hue angle of 129.23º 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 #81DC8F is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB129220143-
CMYK0.4100.350.14
HSL129.23º56.52%68.43%-
HSV(B)129.23º41.36%86.27%-
XYZ39.657.8435.06-
YUV184.01104.8588.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.22%
GREEN value IS 220 (86.33% from 255) = 44.72%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=26.22%
G=44.72%
B=29.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1292201430.4100.350.14129.2356.5268.43
Hex81DC8F29023E813944
Octal201334217510431620171104
Binary10000001110111001000111110100101000111110100000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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