#72DC84

Color #72DC84 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #72DC84

Tints of Pastel Green #72DC84

Color information

#72DC84 (or 0x72DC84) is unknown color: approx Pastel Green. HEX triplet: 72, DC and 84. RGB value is (114,220,132). Sum of RGB (Red+Green+Blue) = 114+220+132=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DC84 is #8D237B. Grayscale: #B2B2B2. Windows color (decimal): -9249660 or 8707186. OLE color: 8707186.

HSL color Cylindrical-coordinate representation of color #72DC84: hue angle of 130.19º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DC84 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB114220132-
CMYK0.4800.400.14
HSL130.19º60.23%65.49%-
HSV(B)130.19º48.18%86.27%-
XYZ36.756.4330.79-
YUV178.27101.8882.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.46%
GREEN value IS 220 (86.33% from 255) = 47.21%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=24.46%
G=47.21%
B=28.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1142201320.4800.400.14130.1960.2365.49
Hex72DC8430028E823c41
Octal162334204600501620274101
Binary1110010110111001000010011000001010001110100000101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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