Html Css Color HEX #84DA80 Pastel Green

📋 copy color: '#84DA80'

red 132 ◦ green 218 ◦ blue 128

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

Shades of Pastel Green #84DA80

Tints of Pastel Green #84DA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 27.62%
G = 45.61%
B = 26.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#84DA80 (or 0x84DA80) is known color: Pastel Green. HEX triplet: 84, DA and 80. RGB value is (132,218,128). Sum of RGB (Red+Green+Blue) = 132+218+128=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DA80 is #7B257F. Grayscale: #B6B6B6. Windows color (decimal): -8070528 or 8444548. OLE color: 8444548.

HSL color Cylindrical-coordinate representation of color #84DA80: hue angle of 117.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DA80 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 218 128 -
CMYK 0.39 0 0.41 0.15
HSL 117.33º 0.55% 0.68% -
HSV(B) 117.33º 0.41% 0.85% -
XYZ 38.48 56.61 29.32 -
YUV 182.03 97.51 92.32 -
System Red Green Blue C M Y K H S L
Decimal 132 218 128 0.39 0 0.41 0.15 117.33 0.55 0.68
Hex 84 DA 80 27 0 29 F 75 37 44
Octal 204 332 200 47 0 51 17 165 67 104
Binary 10000100 11011010 10000000 100111 0 101001 1111 1110101 110111 1000100

Color Harmonies of #84DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DA80

Black with #84DA80

Text Example


Text Example

White with #84DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,218,128); }

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

background-color css

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

 a { background-color: rgb(132,218,128); }

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

border-color css

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

 span { border-color: rgb(132,218,128); }

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