Html Css Color HEX #84E07F Pastel Green

📋 copy color: '#84E07F'

red 132 ◦ green 224 ◦ blue 127

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

Shades of Pastel Green #84E07F

Tints of Pastel Green #84E07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.29%

R = 27.33%
G = 46.38%
B = 26.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#84E07F (or 0x84E07F) is known color: Pastel Green. HEX triplet: 84, E0 and 7F. RGB value is (132,224,127). Sum of RGB (Red+Green+Blue) = 132+224+127=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #84E07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E07F is #7B1F80. Grayscale: #B9B9B9. Windows color (decimal): -8068993 or 8380548. OLE color: 8380548.

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

Color convert

RGB 132 224 127 -
CMYK 0.41 0 0.43 0.12
HSL 116.91º 0.61% 0.69% -
HSV(B) 116.91º 0.43% 0.88% -
XYZ 40 59.75 29.5 -
YUV 185.43 95.02 89.89 -
System Red Green Blue C M Y K H S L
Decimal 132 224 127 0.41 0 0.43 0.12 116.91 0.61 0.69
Hex 84 E0 7F 29 0 2B C 75 3D 45
Octal 204 340 177 51 0 53 14 165 75 105
Binary 10000100 11100000 1111111 101001 0 101011 1100 1110101 111101 1000101

Color Harmonies of #84E07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E07F

Black with #84E07F

Text Example


Text Example

White with #84E07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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