#72d269

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

Shades of Pastel Green #72D269

Tints of Pastel Green #72D269

Color information

#72D269 (or 0x72D269) is unknown color: approx Pastel Green. HEX triplet: 72, D2 and 69. RGB value is (114,210,105). Sum of RGB (Red+Green+Blue) = 114+210+105=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #72D269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D269 is #8D2D96. Grayscale: #A9A9A9. Windows color (decimal): -9252247 or 6935154. OLE color: 6935154.

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

Color convert

RGB114210105-
CMYK0.4600.500.18
HSL114.86º53.85%61.76%-
HSV(B)114.86º50%82.35%-
XYZ32.5450.6921.43-
YUV169.3391.788.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 210 (82.42% from 255) = 48.95%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=26.57%
G=48.95%
B=24.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142101050.4600.500.18114.8653.8561.76
Hex72D2692E0321273363e
Octal16232215156062221636676
Binary11100101101001011010011011100110010100101110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72d269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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