#84CE72

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

Shades of Pastel Green #84CE72

Tints of Pastel Green #84CE72

Color information

#84CE72 (or 0x84CE72) is unknown color: approx Pastel Green. HEX triplet: 84, CE and 72. RGB value is (132,206,114). Sum of RGB (Red+Green+Blue) = 132+206+114=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CE72 is #7B318D. Grayscale: #ADADAD. Windows color (decimal): -8073614 or 7523972. OLE color: 7523972.

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

Color convert

RGB132206114-
CMYK0.3600.450.19
HSL108.26º48.42%62.75%-
HSV(B)108.26º44.66%80.78%-
XYZ34.6250.2623.8-
YUV173.3994.4898.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 206 (80.86% from 255) = 45.58%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=29.20%
G=45.58%
B=25.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1322061140.3600.450.19108.2648.4262.75
Hex84CE722402D136c303f
Octal20431616244055231546077
Binary100001001100111011100101001000101101100111101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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