#72CE84

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

Shades of De York #72CE84

Tints of De York #72CE84

Color information

#72CE84 (or 0x72CE84) is unknown color: approx De York. HEX triplet: 72, CE and 84. RGB value is (114,206,132). Sum of RGB (Red+Green+Blue) = 114+206+132=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CE84 is #8D317B. Grayscale: #AAAAAA. Windows color (decimal): -9253244 or 8703602. OLE color: 8703602.

HSL color Cylindrical-coordinate representation of color #72CE84: hue angle of 131.74º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CE84 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB114206132-
CMYK0.4500.360.19
HSL131.74º48.42%62.75%-
HSV(B)131.74º44.66%80.78%-
XYZ33.1849.3929.61-
YUV170.06106.5288.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.22%
GREEN value IS 206 (80.86% from 255) = 45.58%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=25.22%
G=45.58%
B=29.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1142061320.4500.360.19131.7448.4262.75
Hex72CE842D0241384303f
Octal16231620455044232046077
Binary1110010110011101000010010110101001001001110000100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,206,132); }

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

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

 a { background-color: rgb(114,206,132); }

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

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

 span { border-color: rgb(114,206,132); }

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