#84D571

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

Shades of Pastel Green #84D571

Tints of Pastel Green #84D571

Color information

#84D571 (or 0x84D571) is unknown color: approx Pastel Green. HEX triplet: 84, D5 and 71. RGB value is (132,213,113). Sum of RGB (Red+Green+Blue) = 132+213+113=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #84D571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D571 is #7B2A8E. Grayscale: #B1B1B1. Windows color (decimal): -8071823 or 7460228. OLE color: 7460228.

HSL color Cylindrical-coordinate representation of color #84D571: hue angle of 108.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84D571 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB132213113-
CMYK0.3800.470.16
HSL108.6º54.35%63.92%-
HSV(B)108.6º46.95%83.53%-
XYZ36.2953.6924.07-
YUV177.3891.6695.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.82%
GREEN value IS 213 (83.59% from 255) = 46.51%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=28.82%
G=46.51%
B=24.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322131130.3800.470.16108.654.3563.92
Hex84D5712602F106d3640
Octal204325161460572015566100
Binary1000010011010101111000110011001011111000011011011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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