Html Css Color HEX #84E066 Pastel Green

📋 copy color: '#84E066'

red 132 ◦ green 224 ◦ blue 102

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

Shades of Pastel Green #84E066

Tints of Pastel Green #84E066

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.91%

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 28.82%
G = 48.91%
B = 22.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#84E066 (or 0x84E066) is known color: Pastel Green. HEX triplet: 84, E0 and 66. RGB value is (132,224,102). Sum of RGB (Red+Green+Blue) = 132+224+102=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #84E066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E066 is #7B1F99. Grayscale: #B6B6B6. Windows color (decimal): -8069018 or 6742148. OLE color: 6742148.

HSL color Cylindrical-coordinate representation of color #84E066: hue angle of 105.25º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84E066 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 224 102 -
CMYK 0.41 0 0.54 0.12
HSL 105.25º 0.66% 0.64% -
HSV(B) 105.25º 0.54% 0.88% -
XYZ 38.57 59.18 21.96 -
YUV 182.58 82.52 91.92 -
System Red Green Blue C M Y K H S L
Decimal 132 224 102 0.41 0 0.54 0.12 105.25 0.66 0.64
Hex 84 E0 66 29 0 36 C 69 42 40
Octal 204 340 146 51 0 66 14 151 102 100
Binary 10000100 11100000 1100110 101001 0 110110 1100 1101001 1000010 1000000

Color Harmonies of #84E066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E066

Black with #84E066

Text Example


Text Example

White with #84E066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,224,102); }

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

background-color css

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

 a { background-color: rgb(132,224,102); }

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

border-color css

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

 span { border-color: rgb(132,224,102); }

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