#84DD71

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

Shades of Pastel Green #84DD71

Tints of Pastel Green #84DD71

Color information

#84DD71 (or 0x84DD71) is unknown color: approx Pastel Green. HEX triplet: 84, DD and 71. RGB value is (132,221,113). Sum of RGB (Red+Green+Blue) = 132+221+113=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DD71 is #7B228E. Grayscale: #B6B6B6. Windows color (decimal): -8069775 or 7462276. OLE color: 7462276.

HSL color Cylindrical-coordinate representation of color #84DD71: hue angle of 109.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84DD71 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB132221113-
CMYK0.4000.490.13
HSL109.44º61.36%65.49%-
HSV(B)109.44º48.87%86.67%-
XYZ38.3557.8124.76-
YUV182.0889.0192.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 221 (86.72% from 255) = 47.42%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=28.33%
G=47.42%
B=24.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211130.4000.490.13109.4461.3665.49
Hex84DD7128031D6d3d41
Octal204335161500611515575101
Binary100001001101110111100011010000110001110111011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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