#72D369

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

Shades of Pastel Green #72D369

Tints of Pastel Green #72D369

Color information

#72D369 (or 0x72D369) is unknown color: approx Pastel Green. HEX triplet: 72, D3 and 69. RGB value is (114,211,105). Sum of RGB (Red+Green+Blue) = 114+211+105=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #72D369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D369 is #8D2C96. Grayscale: #AAAAAA. Windows color (decimal): -9251991 or 6935410. OLE color: 6935410.

HSL color Cylindrical-coordinate representation of color #72D369: hue angle of 114.91º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72D369 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB114211105-
CMYK0.4600.500.17
HSL114.91º54.64%61.96%-
HSV(B)114.91º50.24%82.75%-
XYZ32.7851.1921.52-
YUV169.9191.3688.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 211 (82.81% from 255) = 49.07%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=26.51%
G=49.07%
B=24.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1142111050.4600.500.17114.9154.6461.96
Hex72D3692E0321173373e
Octal16232315156062211636776
Binary11100101101001111010011011100110010100011110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,211,105); }

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

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

 a { background-color: rgb(114,211,105); }

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

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

 span { border-color: rgb(114,211,105); }

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