#72F37B

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

Shades of Pastel Green #72F37B

Tints of Pastel Green #72F37B

Color information

#72F37B (or 0x72F37B) is unknown color: approx Pastel Green. HEX triplet: 72, F3 and 7B. RGB value is (114,243,123). Sum of RGB (Red+Green+Blue) = 114+243+123=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #72F37B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F37B is #8D0C84. Grayscale: #BFBFBF. Windows color (decimal): -9243781 or 8123250. OLE color: 8123250.

HSL color Cylindrical-coordinate representation of color #72F37B: hue angle of 124.19º degrees, saturation: 0.84, 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 #72F37B is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB114243123-
CMYK0.5300.490.05
HSL124.19º84.31%70%-
HSV(B)124.19º53.09%95.29%-
XYZ42.5769.1129.83-
YUV190.7589.7673.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.75%
GREEN value IS 243 (95.31% from 255) = 50.62%
BLUE value IS 123 (48.44% from 255) = 25.62%
R=23.75%
G=50.62%
B=25.62%

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
Decimal1142431230.5300.490.05124.1984.3170
Hex72F37B3503157c5446
Octal162363173650615174124106
Binary11100101111001111110111101010110001101111110010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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