Html Css Color HEX #84DA7D Pastel Green

📋 copy color: '#84DA7D'

red 132 ◦ green 218 ◦ blue 125

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

Shades of Pastel Green #84DA7D

Tints of Pastel Green #84DA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.32%

R = 27.79%
G = 45.89%
B = 26.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#84DA7D (or 0x84DA7D) is known color: Pastel Green. HEX triplet: 84, DA and 7D. RGB value is (132,218,125). Sum of RGB (Red+Green+Blue) = 132+218+125=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DA7D is #7B2582. Grayscale: #B5B5B5. Windows color (decimal): -8070531 or 8247940. OLE color: 8247940.

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

Color convert

RGB 132 218 125 -
CMYK 0.39 0 0.43 0.15
HSL 115.48º 0.56% 0.67% -
HSV(B) 115.48º 0.43% 0.85% -
XYZ 38.29 56.53 28.3 -
YUV 181.68 96.01 92.56 -
System Red Green Blue C M Y K H S L
Decimal 132 218 125 0.39 0 0.43 0.15 115.48 0.56 0.67
Hex 84 DA 7D 27 0 2B F 73 38 43
Octal 204 332 175 47 0 53 17 163 70 103
Binary 10000100 11011010 1111101 100111 0 101011 1111 1110011 111000 1000011

Color Harmonies of #84DA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DA7D

Black with #84DA7D

Text Example


Text Example

White with #84DA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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