#84DD72

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

Shades of Pastel Green #84DD72

Tints of Pastel Green #84DD72

Color information

#84DD72 (or 0x84DD72) is unknown color: approx Pastel Green. HEX triplet: 84, DD and 72. RGB value is (132,221,114). Sum of RGB (Red+Green+Blue) = 132+221+114=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DD72 is #7B228D. Grayscale: #B6B6B6. Windows color (decimal): -8069774 or 7527812. OLE color: 7527812.

HSL color Cylindrical-coordinate representation of color #84DD72: hue angle of 109.91º 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 #84DD72 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB132221114-
CMYK0.4000.480.13
HSL109.91º61.14%65.69%-
HSV(B)109.91º48.42%86.67%-
XYZ38.4157.8325.06-
YUV182.1989.5192.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 221 (86.72% from 255) = 47.32%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=28.27%
G=47.32%
B=24.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211140.4000.480.13109.9161.1465.69
Hex84DD7228030D6e3d42
Octal204335162500601515675102
Binary100001001101110111100101010000110000110111011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84DD72; }

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

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

<style>
 a { background-color: #84DD72; }

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

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

<style>
 span { border-color: #84DD72; }

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

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