#72D082

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

Shades of Pastel Green #72D082

Tints of Pastel Green #72D082

Color information

#72D082 (or 0x72D082) is unknown color: approx Pastel Green. HEX triplet: 72, D0 and 82. RGB value is (114,208,130). Sum of RGB (Red+Green+Blue) = 114+208+130=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #72D082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D082 is #8D2F7D. Grayscale: #ABABAB. Windows color (decimal): -9252734 or 8573042. OLE color: 8573042.

HSL color Cylindrical-coordinate representation of color #72D082: hue angle of 130.21º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D082 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB114208130-
CMYK0.4500.380.18
HSL130.21º50%63.14%-
HSV(B)130.21º45.19%81.57%-
XYZ33.5250.329.06-
YUV171104.8687.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.22%
GREEN value IS 208 (81.64% from 255) = 46.02%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=25.22%
G=46.02%
B=28.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142081300.4500.380.18130.215063.14
Hex72D0822D0261282323f
Octal16232020255046222026277
Binary1110010110100001000001010110101001101001010000010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,208,130); }

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

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

 a { background-color: rgb(114,208,130); }

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

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

 span { border-color: rgb(114,208,130); }

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