#72D46B

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

Shades of Pastel Green #72D46B

Tints of Pastel Green #72D46B

Color information

#72D46B (or 0x72D46B) is unknown color: approx Pastel Green. HEX triplet: 72, D4 and 6B. RGB value is (114,212,107). Sum of RGB (Red+Green+Blue) = 114+212+107=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #72D46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D46B is #8D2B94. Grayscale: #ABABAB. Windows color (decimal): -9251733 or 7066738. OLE color: 7066738.

HSL color Cylindrical-coordinate representation of color #72D46B: hue angle of 116º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72D46B is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB114212107-
CMYK0.4600.500.17
HSL116º54.97%62.55%-
HSV(B)116º49.53%83.14%-
XYZ33.1451.7322.15-
YUV170.7392.0387.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 212 (83.20% from 255) = 48.96%
BLUE value IS 107 (42.19% from 255) = 24.71%
R=26.33%
G=48.96%
B=24.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1142121070.4600.500.1711654.9762.55
Hex72D46B2E0321174373f
Octal16232415356062211646777
Binary11100101101010011010111011100110010100011110100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,212,107); }

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

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

 a { background-color: rgb(114,212,107); }

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

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

 span { border-color: rgb(114,212,107); }

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