#81C974

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

Shades of De York #81C974

Tints of De York #81C974

Color information

#81C974 (or 0x81C974) is unknown color: approx De York. HEX triplet: 81, C9 and 74. RGB value is (129,201,116). Sum of RGB (Red+Green+Blue) = 129+201+116=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #81C974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C974 is #7E368B. Grayscale: #AAAAAA. Windows color (decimal): -8271500 or 7653761. OLE color: 7653761.

HSL color Cylindrical-coordinate representation of color #81C974: hue angle of 110.82º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81C974 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB129201116-
CMYK0.3600.420.21
HSL110.82º44.04%62.16%-
HSV(B)110.82º42.29%78.82%-
XYZ33.0947.723.99-
YUV169.7897.6598.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 201 (78.91% from 255) = 45.07%
BLUE value IS 116 (45.70% from 255) = 26.01%
R=28.92%
G=45.07%
B=26.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292011160.3600.420.21110.8244.0462.16
Hex81C9742402A156f2c3e
Octal20131116444052251575476
Binary100000011100100111101001001000101010101011101111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,201,116); }

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

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

 a { background-color: rgb(129,201,116); }

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

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

 span { border-color: rgb(129,201,116); }

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