#84DF85

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

Shades of Pastel Green #84DF85

Tints of Pastel Green #84DF85

Color information

#84DF85 (or 0x84DF85) is unknown color: approx Pastel Green. HEX triplet: 84, DF and 85. RGB value is (132,223,133). Sum of RGB (Red+Green+Blue) = 132+223+133=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #84DF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DF85 is #7B207A. Grayscale: #B9B9B9. Windows color (decimal): -8069243 or 8773508. OLE color: 8773508.

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

Color convert

RGB132223133-
CMYK0.4100.400.13
HSL120.66º58.71%69.61%-
HSV(B)120.66º40.81%87.45%-
XYZ40.1459.3731.54-
YUV185.5398.3589.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 223 (87.5% from 255) = 45.70%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=27.05%
G=45.70%
B=27.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322231330.4100.400.13120.6658.7169.61
Hex84DF8529028D793b46
Octal204337205510501517173106
Binary1000010011011111100001011010010101000110111110011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,223,133); }

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

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

 a { background-color: rgb(132,223,133); }

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

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

 span { border-color: rgb(132,223,133); }

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