#84D645

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

Shades of Atlantis #84D645

Tints of Atlantis #84D645

Color information

#84D645 (or 0x84D645) is unknown color: approx Atlantis. HEX triplet: 84, D6 and 45. RGB value is (132,214,69). Sum of RGB (Red+Green+Blue) = 132+214+69=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #84D645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D645 is #7B29BA. Grayscale: #ADADAD. Windows color (decimal): -8071611 or 4576900. OLE color: 4576900.

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

Color convert

RGB13221469-
CMYK0.3800.680.16
HSL93.93º63.88%55.49%-
HSV(B)93.93º67.76%83.92%-
XYZ34.6453.4314.12-
YUV172.9569.3398.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 214 (83.98% from 255) = 51.57%
BLUE value IS 69 (27.34% from 255) = 16.63%
R=31.81%
G=51.57%
B=16.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132214690.3800.680.1693.9363.8855.49
Hex84D64526044105e4037
Octal2043261054601042013610067
Binary10000100110101101000101100110010001001000010111101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,214,69); }

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

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

 a { background-color: rgb(132,214,69); }

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

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

 span { border-color: rgb(132,214,69); }

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