Html Css Color HEX #84DB7A Pastel Green

📋 copy color: '#84DB7A'

red 132 ◦ green 219 ◦ blue 122

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

Shades of Pastel Green #84DB7A

Tints of Pastel Green #84DB7A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.3%

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 27.91%
G = 46.3%
B = 25.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#84DB7A (or 0x84DB7A) is known color: Pastel Green. HEX triplet: 84, DB and 7A. RGB value is (132,219,122). Sum of RGB (Red+Green+Blue) = 132+219+122=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DB7A is #7B2485. Grayscale: #B6B6B6. Windows color (decimal): -8070278 or 8051588. OLE color: 8051588.

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

Color convert

RGB 132 219 122 -
CMYK 0.40 0 0.44 0.14
HSL 113.81º 0.57% 0.67% -
HSV(B) 113.81º 0.44% 0.86% -
XYZ 38.36 56.97 27.39 -
YUV 181.93 94.18 92.39 -
System Red Green Blue C M Y K H S L
Decimal 132 219 122 0.40 0 0.44 0.14 113.81 0.57 0.67
Hex 84 DB 7A 28 0 2C E 72 39 43
Octal 204 333 172 50 0 54 16 162 71 103
Binary 10000100 11011011 1111010 101000 0 101100 1110 1110010 111001 1000011

Color Harmonies of #84DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DB7A

Black with #84DB7A

Text Example


Text Example

White with #84DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,219,122); }

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

background-color css

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

 a { background-color: rgb(132,219,122); }

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

border-color css

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

 span { border-color: rgb(132,219,122); }

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