#72F485

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

Shades of Pastel Green #72F485

Tints of Pastel Green #72F485

Color information

#72F485 (or 0x72F485) is unknown color: approx Pastel Green. HEX triplet: 72, F4 and 85. RGB value is (114,244,133). Sum of RGB (Red+Green+Blue) = 114+244+133=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #72F485 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F485 is #8D0B7A. Grayscale: #C0C0C0. Windows color (decimal): -9243515 or 8778866. OLE color: 8778866.

HSL color Cylindrical-coordinate representation of color #72F485: hue angle of 128.77º degrees, saturation: 0.86, 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 #72F485 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB114244133-
CMYK0.5300.450.04
HSL128.77º85.53%70.2%-
HSV(B)128.77º53.28%95.69%-
XYZ43.5269.9733.4-
YUV192.4894.4372.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.22%
GREEN value IS 244 (95.70% from 255) = 49.69%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=23.22%
G=49.69%
B=27.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142441330.5300.450.04128.7785.5370.2
Hex72F4853502D4815646
Octal162364205650554201126106
Binary1110010111101001000010111010101011011001000000110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,244,133); }

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

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

 a { background-color: rgb(114,244,133); }

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

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

 span { border-color: rgb(114,244,133); }

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