Html Css Color HEX #84EC75 Pastel Green

📋 copy color: '#84EC75'

red 132 ◦ green 236 ◦ blue 117

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

Shades of Pastel Green #84EC75

Tints of Pastel Green #84EC75

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.66%

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 27.22%
G = 48.66%
B = 24.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#84EC75 (or 0x84EC75) is known color: Pastel Green. HEX triplet: 84, EC and 75. RGB value is (132,236,117). Sum of RGB (Red+Green+Blue) = 132+236+117=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #84EC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EC75 is #7B138A. Grayscale: #BFBFBF. Windows color (decimal): -8065931 or 7728260. OLE color: 7728260.

HSL color Cylindrical-coordinate representation of color #84EC75: hue angle of 112.44º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84EC75 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 236 117 -
CMYK 0.44 0 0.50 0.07
HSL 112.44º 0.76% 0.69% -
HSV(B) 112.44º 0.5% 0.93% -
XYZ 42.72 66.18 27.35 -
YUV 191.34 86.04 85.68 -
System Red Green Blue C M Y K H S L
Decimal 132 236 117 0.44 0 0.50 0.07 112.44 0.76 0.69
Hex 84 EC 75 2C 0 32 7 70 4C 45
Octal 204 354 165 54 0 62 7 160 114 105
Binary 10000100 11101100 1110101 101100 0 110010 111 1110000 1001100 1000101

Color Harmonies of #84EC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EC75

Black with #84EC75

Text Example


Text Example

White with #84EC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,236,117); }

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

background-color css

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

 a { background-color: rgb(132,236,117); }

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

border-color css

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

 span { border-color: rgb(132,236,117); }

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