#72dd68

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

Shades of Pastel Green #72DD68

Tints of Pastel Green #72DD68

Color information

#72DD68 (or 0x72DD68) is unknown color: approx Pastel Green. HEX triplet: 72, DD and 68. RGB value is (114,221,104). Sum of RGB (Red+Green+Blue) = 114+221+104=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #72DD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DD68 is #8D2297. Grayscale: #B0B0B0. Windows color (decimal): -9249432 or 6872434. OLE color: 6872434.

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

Color convert

RGB114221104-
CMYK0.4800.530.13
HSL114.87º63.24%63.73%-
HSV(B)114.87º52.94%86.67%-
XYZ35.2956.2922.1-
YUV175.6787.5584.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.97%
GREEN value IS 221 (86.72% from 255) = 50.34%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=25.97%
G=50.34%
B=23.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142211040.4800.530.13114.8763.2463.73
Hex72DD6830035D733f40
Octal162335150600651516377100
Binary11100101101110111010001100000110101110111100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72dd68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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