#72F57B

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

Shades of Pastel Green #72F57B

Tints of Pastel Green #72F57B

Color information

#72F57B (or 0x72F57B) is unknown color: approx Pastel Green. HEX triplet: 72, F5 and 7B. RGB value is (114,245,123). Sum of RGB (Red+Green+Blue) = 114+245+123=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #72F57B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F57B is #8D0A84. Grayscale: #C0C0C0. Windows color (decimal): -9243269 or 8123762. OLE color: 8123762.

HSL color Cylindrical-coordinate representation of color #72F57B: hue angle of 124.12º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F57B is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB114245123-
CMYK0.5300.500.04
HSL124.12º86.75%70.39%-
HSV(B)124.12º53.47%96.08%-
XYZ43.1770.3130.04-
YUV191.9289.172.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.65%
GREEN value IS 245 (96.09% from 255) = 50.83%
BLUE value IS 123 (48.44% from 255) = 25.52%
R=23.65%
G=50.83%
B=25.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142451230.5300.500.04124.1286.7570.39
Hex72F57B3503247c5746
Octal162365173650624174127106
Binary11100101111010111110111101010110010100111110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,245,123); }

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

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

 a { background-color: rgb(114,245,123); }

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

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

 span { border-color: rgb(114,245,123); }

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