Html Css Color HEX #84E482 Pastel Green

📋 copy color: '#84E482'

red 132 ◦ green 228 ◦ blue 130

#84E482
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #84E482

Tints of Pastel Green #84E482

RGB

 RED value IS 132 (51.95% from 255) = 26.94%

 GREEN value IS 228 (89.45% from 255) = 46.53%

 BLUE value IS 130 (51.17% from 255) = 26.53%

R = 26.94%
G = 46.53%
B = 26.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#84E482 (or 0x84E482) is known color: Pastel Green. HEX triplet: 84, E4 and 82. RGB value is (132,228,130). Sum of RGB (Red+Green+Blue) = 132+228+130=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #84E482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E482 is #7B1B7D. Grayscale: #BCBCBC. Windows color (decimal): -8067966 or 8578180. OLE color: 8578180.

HSL color Cylindrical-coordinate representation of color #84E482: hue angle of 118.78º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E482 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 132 228 130 -
CMYK 0.42 0 0.43 0.11
HSL 118.78º 0.64% 0.7% -
HSV(B) 118.78º 0.43% 0.89% -
XYZ 41.29 62 30.91 -
YUV 188.12 95.2 87.97 -
System Red Green Blue C M Y K H S L
Decimal 132 228 130 0.42 0 0.43 0.11 118.78 0.64 0.7
Hex 84 E4 82 2A 0 2B B 77 40 46
Octal 204 344 202 52 0 53 13 167 100 106
Binary 10000100 11100100 10000010 101010 0 101011 1011 1110111 1000000 1000110

Color Harmonies of #84E482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E482

Black with #84E482

Text Example


Text Example

White with #84E482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,228,130); }

 H1.HeaderClassName
 {
   color: #84E482;
 }
 .AnyTagClassName
 {
   color: #84E482;
 }
</style>

background-color css

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

 a { background-color: rgb(132,228,130); }

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

border-color css

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

 span { border-color: rgb(132,228,130); }

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