#84EA70

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

Shades of Pastel Green #84EA70

Tints of Pastel Green #84EA70

Color information

#84EA70 (or 0x84EA70) is unknown color: approx Pastel Green. HEX triplet: 84, EA and 70. RGB value is (132,234,112). Sum of RGB (Red+Green+Blue) = 132+234+112=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EA70 is #7B158F. Grayscale: #BDBDBD. Windows color (decimal): -8066448 or 7400068. OLE color: 7400068.

HSL color Cylindrical-coordinate representation of color #84EA70: hue angle of 110.16º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84EA70 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB132234112-
CMYK0.4400.520.08
HSL110.16º74.39%67.84%-
HSV(B)110.16º52.14%91.76%-
XYZ41.8664.9225.65-
YUV189.5984.2186.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 234 (91.80% from 255) = 48.95%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=27.62%
G=48.95%
B=23.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322341120.4400.520.08110.1674.3967.84
Hex84EA702C03486e4a44
Octal2043521605406410156112104
Binary1000010011101010111000010110001101001000110111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,234,112); }

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

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

 a { background-color: rgb(132,234,112); }

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

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

 span { border-color: rgb(132,234,112); }

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