#81CA74

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

Shades of De York #81CA74

Tints of De York #81CA74

Color information

#81CA74 (or 0x81CA74) is unknown color: approx De York. HEX triplet: 81, CA and 74. RGB value is (129,202,116). Sum of RGB (Red+Green+Blue) = 129+202+116=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA74 is #7E358B. Grayscale: #AAAAAA. Windows color (decimal): -8271244 or 7654017. OLE color: 7654017.

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

Color convert

RGB129202116-
CMYK0.3600.430.21
HSL110.93º44.79%62.35%-
HSV(B)110.93º42.57%79.22%-
XYZ33.3348.1724.06-
YUV170.3797.3298.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.86%
GREEN value IS 202 (79.30% from 255) = 45.19%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=28.86%
G=45.19%
B=25.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292021160.3600.430.21110.9344.7962.35
Hex81CA742402B156f2d3e
Octal20131216444053251575576
Binary100000011100101011101001001000101011101011101111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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