#81CA7B

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

Shades of De York #81CA7B

Tints of De York #81CA7B

Color information

#81CA7B (or 0x81CA7B) is unknown color: approx De York. HEX triplet: 81, CA and 7B. RGB value is (129,202,123). Sum of RGB (Red+Green+Blue) = 129+202+123=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA7B is #7E3584. Grayscale: #ABABAB. Windows color (decimal): -8271237 or 8112769. OLE color: 8112769.

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

Color convert

RGB129202123-
CMYK0.3600.390.21
HSL115.44º42.7%63.73%-
HSV(B)115.44º39.11%79.22%-
XYZ33.7548.3426.29-
YUV171.17100.8297.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 123 (48.44% from 255) = 27.09%
R=28.41%
G=44.49%
B=27.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292021230.3600.390.21115.4442.763.73
Hex81CA7B2402715732b40
Octal201312173440472516353100
Binary1000000111001010111101110010001001111010111100111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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