#72F17A

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

Shades of Pastel Green #72F17A

Tints of Pastel Green #72F17A

Color information

#72F17A (or 0x72F17A) is unknown color: approx Pastel Green. HEX triplet: 72, F1 and 7A. RGB value is (114,241,122). Sum of RGB (Red+Green+Blue) = 114+241+122=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #72F17A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F17A is #8D0E85. Grayscale: #BDBDBD. Windows color (decimal): -9244294 or 8057202. OLE color: 8057202.

HSL color Cylindrical-coordinate representation of color #72F17A: hue angle of 123.78º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F17A is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB114241122-
CMYK0.5300.490.05
HSL123.78º81.94%69.61%-
HSV(B)123.78º52.7%94.51%-
XYZ41.9167.8929.31-
YUV189.4689.9274.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 241 (94.53% from 255) = 50.52%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=23.90%
G=50.52%
B=25.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142411220.5300.490.05123.7881.9469.61
Hex72F17A3503157c5246
Octal162361172650615174122106
Binary11100101111000111110101101010110001101111110010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,241,122); }

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

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

 a { background-color: rgb(114,241,122); }

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

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

 span { border-color: rgb(114,241,122); }

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