#72ca81

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

Shades of De York #72CA81

Tints of De York #72CA81

Color information

#72CA81 (or 0x72CA81) is unknown color: approx De York. HEX triplet: 72, CA and 81. RGB value is (114,202,129). Sum of RGB (Red+Green+Blue) = 114+202+129=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CA81 is #8D357E. Grayscale: #A7A7A7. Windows color (decimal): -9254271 or 8505970. OLE color: 8505970.

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

Color convert

RGB114202129-
CMYK0.4400.360.21
HSL130.23º45.36%61.96%-
HSV(B)130.23º43.56%79.22%-
XYZ32.0247.428.23-
YUV167.37106.3589.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.62%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 129 (50.78% from 255) = 28.99%
R=25.62%
G=45.39%
B=28.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1142021290.4400.360.21130.2345.3661.96
Hex72CA812C02415822d3e
Octal16231220154044252025576
Binary1110010110010101000000110110001001001010110000010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ca81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72ca81; }

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

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

<style>
 a { background-color: #72ca81; }

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

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

<style>
 span { border-color: #72ca81; }

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

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