#84DC10

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

Shades of Lawn Green #84DC10

Tints of Lawn Green #84DC10

Color information

#84DC10 (or 0x84DC10) is unknown color: approx Lawn Green. HEX triplet: 84, DC and 10. RGB value is (132,220,16). Sum of RGB (Red+Green+Blue) = 132+220+16=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84DC10 is #7B23EF. Grayscale: #ABABAB. Windows color (decimal): -8070128 or 1105028. OLE color: 1105028.

HSL color Cylindrical-coordinate representation of color #84DC10: hue angle of 85.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84DC10 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB13222016-
CMYK0.4000.930.14
HSL85.88º86.44%46.27%-
HSV(B)85.88º92.73%86.27%-
XYZ35.256.139.47-
YUV170.4340.85100.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 220 (86.33% from 255) = 59.78%
BLUE value IS 16 (6.64% from 255) = 4.35%
R=35.87%
G=59.78%
B=4.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal132220160.4000.930.1485.8886.4446.27
Hex84DC102805DE56562e
Octal204334205001351612612656
Binary10000100110111001000010100001011101111010101101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,220,16); }

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

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

 a { background-color: rgb(132,220,16); }

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

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

 span { border-color: rgb(132,220,16); }

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