#84CD72

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

Shades of Pastel Green #84CD72

Tints of Pastel Green #84CD72

Color information

#84CD72 (or 0x84CD72) is unknown color: approx Pastel Green. HEX triplet: 84, CD and 72. RGB value is (132,205,114). Sum of RGB (Red+Green+Blue) = 132+205+114=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CD72 is #7B328D. Grayscale: #ADADAD. Windows color (decimal): -8073870 or 7523716. OLE color: 7523716.

HSL color Cylindrical-coordinate representation of color #84CD72: hue angle of 108.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84CD72 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB132205114-
CMYK0.3600.440.20
HSL108.13º47.64%62.55%-
HSV(B)108.13º44.39%80.39%-
XYZ34.3849.7823.72-
YUV172.894.8298.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.27%
GREEN value IS 205 (80.47% from 255) = 45.45%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=29.27%
G=45.45%
B=25.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322051140.3600.440.20108.1347.6462.55
Hex84CD722402C146c303f
Octal20431516244054241546077
Binary100001001100110111100101001000101100101001101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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