#72CF84

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

Shades of De York #72CF84

Tints of De York #72CF84

Color information

#72CF84 (or 0x72CF84) is unknown color: approx De York. HEX triplet: 72, CF and 84. RGB value is (114,207,132). Sum of RGB (Red+Green+Blue) = 114+207+132=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CF84 is #8D307B. Grayscale: #AAAAAA. Windows color (decimal): -9252988 or 8703858. OLE color: 8703858.

HSL color Cylindrical-coordinate representation of color #72CF84: hue angle of 131.61º degrees, saturation: 0.49, 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 #72CF84 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB114207132-
CMYK0.4500.360.19
HSL131.61º49.21%62.94%-
HSV(B)131.61º44.93%81.18%-
XYZ33.4249.8729.69-
YUV170.64106.1987.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.17%
GREEN value IS 207 (81.25% from 255) = 45.70%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=25.17%
G=45.70%
B=29.14%

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
Decimal1142071320.4500.360.19131.6149.2162.94
Hex72CF842D0241384313f
Octal16231720455044232046177
Binary1110010110011111000010010110101001001001110000100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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