Html Css Color HEX #84DB7E Pastel Green

📋 copy color: '#84DB7E'

red 132 ◦ green 219 ◦ blue 126

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

Shades of Pastel Green #84DB7E

Tints of Pastel Green #84DB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.42%

R = 27.67%
G = 45.91%
B = 26.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#84DB7E (or 0x84DB7E) is known color: Pastel Green. HEX triplet: 84, DB and 7E. RGB value is (132,219,126). Sum of RGB (Red+Green+Blue) = 132+219+126=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DB7E is #7B2481. Grayscale: #B6B6B6. Windows color (decimal): -8070274 or 8313732. OLE color: 8313732.

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

Color convert

RGB 132 219 126 -
CMYK 0.40 0 0.42 0.14
HSL 116.13º 0.56% 0.68% -
HSV(B) 116.13º 0.42% 0.86% -
XYZ 38.61 57.07 28.72 -
YUV 182.39 96.18 92.06 -
System Red Green Blue C M Y K H S L
Decimal 132 219 126 0.40 0 0.42 0.14 116.13 0.56 0.68
Hex 84 DB 7E 28 0 2A E 74 38 44
Octal 204 333 176 50 0 52 16 164 70 104
Binary 10000100 11011011 1111110 101000 0 101010 1110 1110100 111000 1000100

Color Harmonies of #84DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DB7E

Black with #84DB7E

Text Example


Text Example

White with #84DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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