#84D541

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

Shades of Atlantis #84D541

Tints of Atlantis #84D541

Color information

#84D541 (or 0x84D541) is unknown color: approx Atlantis. HEX triplet: 84, D5 and 41. RGB value is (132,213,65). Sum of RGB (Red+Green+Blue) = 132+213+65=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #84D541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D541 is #7B2ABE. Grayscale: #ACACAC. Windows color (decimal): -8071871 or 4314500. OLE color: 4314500.

HSL color Cylindrical-coordinate representation of color #84D541: hue angle of 92.84º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84D541 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB13221365-
CMYK0.3800.690.16
HSL92.84º63.79%54.51%-
HSV(B)92.84º69.48%83.53%-
XYZ34.2652.8813.4-
YUV171.9167.6699.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.20%
GREEN value IS 213 (83.59% from 255) = 51.95%
BLUE value IS 65 (25.78% from 255) = 15.85%
R=32.20%
G=51.95%
B=15.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132213650.3800.690.1692.8463.7954.51
Hex84D54126045105d4037
Octal2043251014601052013510067
Binary10000100110101011000001100110010001011000010111011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,213,65); }

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

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

 a { background-color: rgb(132,213,65); }

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

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

 span { border-color: rgb(132,213,65); }

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