#72F28B

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

Shades of Pastel Green #72F28B

Tints of Pastel Green #72F28B

Color information

#72F28B (or 0x72F28B) is unknown color: approx Pastel Green. HEX triplet: 72, F2 and 8B. RGB value is (114,242,139). Sum of RGB (Red+Green+Blue) = 114+242+139=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #72F28B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F28B is #8D0D74. Grayscale: #C0C0C0. Windows color (decimal): -9244021 or 9171570. OLE color: 9171570.

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

Color convert

RGB114242139-
CMYK0.5300.430.05
HSL131.72º83.12%69.8%-
HSV(B)131.72º52.89%94.9%-
XYZ43.3568.9535.45-
YUV191.9998.0972.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.03%
GREEN value IS 242 (94.92% from 255) = 48.89%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=23.03%
G=48.89%
B=28.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142421390.5300.430.05131.7283.1269.8
Hex72F28B3502B5845346
Octal162362213650535204123106
Binary1110010111100101000101111010101010111011000010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,242,139); }

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

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

 a { background-color: rgb(114,242,139); }

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

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

 span { border-color: rgb(114,242,139); }

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