#72F385

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

Shades of Pastel Green #72F385

Tints of Pastel Green #72F385

Color information

#72F385 (or 0x72F385) is unknown color: approx Pastel Green. HEX triplet: 72, F3 and 85. RGB value is (114,243,133). Sum of RGB (Red+Green+Blue) = 114+243+133=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #72F385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F385 is #8D0C7A. Grayscale: #C0C0C0. Windows color (decimal): -9243771 or 8778610. OLE color: 8778610.

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

Color convert

RGB114243133-
CMYK0.5300.450.05
HSL128.84º84.31%70%-
HSV(B)128.84º53.09%95.29%-
XYZ43.2269.3733.3-
YUV191.8994.7672.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.27%
GREEN value IS 243 (95.31% from 255) = 49.59%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=23.27%
G=49.59%
B=27.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142431330.5300.450.05128.8484.3170
Hex72F3853502D5815446
Octal162363205650555201124106
Binary1110010111100111000010111010101011011011000000110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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