#84D340

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

Shades of Atlantis #84D340

Tints of Atlantis #84D340

Color information

#84D340 (or 0x84D340) is unknown color: approx Atlantis. HEX triplet: 84, D3 and 40. RGB value is (132,211,64). Sum of RGB (Red+Green+Blue) = 132+211+64=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #84D340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D340 is #7B2CBF. Grayscale: #ABABAB. Windows color (decimal): -8072384 or 4248452. OLE color: 4248452.

HSL color Cylindrical-coordinate representation of color #84D340: hue angle of 92.24º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84D340 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB13221164-
CMYK0.3700.700.17
HSL92.24º62.55%53.92%-
HSV(B)92.24º69.67%82.75%-
XYZ33.7451.8613.08-
YUV170.6267.83100.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 211 (82.81% from 255) = 51.84%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=32.43%
G=51.84%
B=15.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal132211640.3700.700.1792.2462.5553.92
Hex84D34025046115c3f36
Octal204323100450106211347766
Binary1000010011010011100000010010101000110100011011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,211,64); }

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

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

 a { background-color: rgb(132,211,64); }

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

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

 span { border-color: rgb(132,211,64); }

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