#84DC71

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

Shades of Pastel Green #84DC71

Tints of Pastel Green #84DC71

Color information

#84DC71 (or 0x84DC71) is unknown color: approx Pastel Green. HEX triplet: 84, DC and 71. RGB value is (132,220,113). Sum of RGB (Red+Green+Blue) = 132+220+113=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DC71 is #7B238E. Grayscale: #B5B5B5. Windows color (decimal): -8070031 or 7462020. OLE color: 7462020.

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

Color convert

RGB132220113-
CMYK0.4000.490.14
HSL109.35º60.45%65.29%-
HSV(B)109.35º48.64%86.27%-
XYZ38.0957.2824.67-
YUV181.4989.3592.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=28.39%
G=47.31%
B=24.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1322201130.4000.490.14109.3560.4565.29
Hex84DC7128031E6d3c41
Octal204334161500611615574101
Binary100001001101110011100011010000110001111011011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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