#84E114

Color #84E114 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #84E114

Tints of Lawn Green #84E114

Color information

#84E114 (or 0x84E114) is unknown color: approx Lawn Green. HEX triplet: 84, E1 and 14. RGB value is (132,225,20). Sum of RGB (Red+Green+Blue) = 132+225+20=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #84E114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84E114 is #7B1EEB. Grayscale: #AEAEAE. Windows color (decimal): -8068844 or 1368452. OLE color: 1368452.

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

Color convert

RGB13222520-
CMYK0.4100.910.12
HSL87.22º83.67%48.04%-
HSV(B)87.22º91.11%88.24%-
XYZ36.5758.8110.09-
YUV173.8241.1998.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 225 (88.28% from 255) = 59.68%
BLUE value IS 20 (8.20% from 255) = 5.31%
R=35.01%
G=59.68%
B=5.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal132225200.4100.910.1287.2283.6748.04
Hex84E1142905BC575430
Octal204341245101331412712460
Binary10000100111000011010010100101011011110010101111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,225,20); }

 H1.HeaderClassName
 {
   color: #84E114;
 }
 .AnyTagClassName
 {
   color: #84E114;
 }
</style>
background-color css

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

 a { background-color: rgb(132,225,20); }

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

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

 span { border-color: rgb(132,225,20); }

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