#72DD8F

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

Shades of Pastel Green #72DD8F

Tints of Pastel Green #72DD8F

Color information

#72DD8F (or 0x72DD8F) is unknown color: approx Pastel Green. HEX triplet: 72, DD and 8F. RGB value is (114,221,143). Sum of RGB (Red+Green+Blue) = 114+221+143=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #72DD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DD8F is #8D2270. Grayscale: #B4B4B4. Windows color (decimal): -9249393 or 9428338. OLE color: 9428338.

HSL color Cylindrical-coordinate representation of color #72DD8F: hue angle of 136.26º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DD8F is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB114221143-
CMYK0.4800.350.13
HSL136.26º61.14%65.69%-
HSV(B)136.26º48.42%86.67%-
XYZ37.7557.2735.05-
YUV180.11107.0580.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.85%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=23.85%
G=46.23%
B=29.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142211430.4800.350.13136.2661.1465.69
Hex72DD8F30023D883d42
Octal162335217600431521075102
Binary1110010110111011000111111000001000111101100010001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,221,143); }

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

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

 a { background-color: rgb(114,221,143); }

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

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

 span { border-color: rgb(114,221,143); }

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