Html Css Color HEX #84DC81 Pastel Green

📋 copy color: '#84DC81'

red 132 ◦ green 220 ◦ blue 129

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

Shades of Pastel Green #84DC81

Tints of Pastel Green #84DC81

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 27.44%
G = 45.74%
B = 26.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#84DC81 (or 0x84DC81) is known color: Pastel Green. HEX triplet: 84, DC and 81. RGB value is (132,220,129). Sum of RGB (Red+Green+Blue) = 132+220+129=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DC81 is #7B237E. Grayscale: #B7B7B7. Windows color (decimal): -8070015 or 8510596. OLE color: 8510596.

HSL color Cylindrical-coordinate representation of color #84DC81: hue angle of 118.02º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DC81 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 220 129 -
CMYK 0.40 0 0.41 0.14
HSL 118.02º 0.57% 0.68% -
HSV(B) 118.02º 0.41% 0.86% -
XYZ 39.07 57.68 29.84 -
YUV 183.31 97.35 91.4 -
System Red Green Blue C M Y K H S L
Decimal 132 220 129 0.40 0 0.41 0.14 118.02 0.57 0.68
Hex 84 DC 81 28 0 29 E 76 39 44
Octal 204 334 201 50 0 51 16 166 71 104
Binary 10000100 11011100 10000001 101000 0 101001 1110 1110110 111001 1000100

Color Harmonies of #84DC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DC81

Black with #84DC81

Text Example


Text Example

White with #84DC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,220,129); }

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

background-color css

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

 a { background-color: rgb(132,220,129); }

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

border-color css

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

 span { border-color: rgb(132,220,129); }

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