#72F278

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

Shades of Pastel Green #72F278

Tints of Pastel Green #72F278

Color information

#72F278 (or 0x72F278) is unknown color: approx Pastel Green. HEX triplet: 72, F2 and 78. RGB value is (114,242,120). Sum of RGB (Red+Green+Blue) = 114+242+120=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #72F278 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F278 is #8D0D87. Grayscale: #BEBEBE. Windows color (decimal): -9244040 or 7926386. OLE color: 7926386.

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

Color convert

RGB114242120-
CMYK0.5300.500.05
HSL122.81º83.12%69.8%-
HSV(B)122.81º52.89%94.9%-
XYZ42.0868.4428.76-
YUV189.8288.5973.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.95%
GREEN value IS 242 (94.92% from 255) = 50.84%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=23.95%
G=50.84%
B=25.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142421200.5300.500.05122.8183.1269.8
Hex72F2783503257b5346
Octal162362170650625173123106
Binary11100101111001011110001101010110010101111101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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