Html Css Color HEX #84ED70 Pastel Green

📋 copy color: '#84ED70'

red 132 ◦ green 237 ◦ blue 112

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

Shades of Pastel Green #84ED70

Tints of Pastel Green #84ED70

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.27%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 27.44%
G = 49.27%
B = 23.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#84ED70 (or 0x84ED70) is known color: Pastel Green. HEX triplet: 84, ED and 70. RGB value is (132,237,112). Sum of RGB (Red+Green+Blue) = 132+237+112=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #84ED70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84ED70 is #7B128F. Grayscale: #BFBFBF. Windows color (decimal): -8065680 or 7400836. OLE color: 7400836.

HSL color Cylindrical-coordinate representation of color #84ED70: hue angle of 110.4º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84ED70 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 237 112 -
CMYK 0.44 0 0.53 0.07
HSL 110.4º 0.78% 0.68% -
HSV(B) 110.4º 0.53% 0.93% -
XYZ 42.72 66.64 25.94 -
YUV 191.36 83.21 85.66 -
System Red Green Blue C M Y K H S L
Decimal 132 237 112 0.44 0 0.53 0.07 110.4 0.78 0.68
Hex 84 ED 70 2C 0 35 7 6E 4E 44
Octal 204 355 160 54 0 65 7 156 116 104
Binary 10000100 11101101 1110000 101100 0 110101 111 1101110 1001110 1000100

Color Harmonies of #84ED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ED70

Black with #84ED70

Text Example


Text Example

White with #84ED70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,237,112); }

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

background-color css

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

 a { background-color: rgb(132,237,112); }

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

border-color css

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

 span { border-color: rgb(132,237,112); }

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