#84da3f

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

Shades of Atlantis #84DA3F

Tints of Atlantis #84DA3F

Color information

#84DA3F (or 0x84DA3F) is unknown color: approx Atlantis. HEX triplet: 84, DA and 3F. RGB value is (132,218,63). Sum of RGB (Red+Green+Blue) = 132+218+63=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DA3F is #7B25C0. Grayscale: #AFAFAF. Windows color (decimal): -8070593 or 4184708. OLE color: 4184708.

HSL color Cylindrical-coordinate representation of color #84DA3F: hue angle of 93.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84DA3F is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB13221863-
CMYK0.3900.710.15
HSL93.29º67.69%55.1%-
HSV(B)93.29º71.1%85.49%-
XYZ35.4855.4113.53-
YUV174.6265.0197.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 218 (85.55% from 255) = 52.78%
BLUE value IS 63 (25% from 255) = 15.25%
R=31.96%
G=52.78%
B=15.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132218630.3900.710.1593.2967.6955.1
Hex84DA3F27047F5d4437
Octal204332774701071713510467
Binary100001001101101011111110011101000111111110111011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84da3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,218,63); }

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

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

 a { background-color: rgb(132,218,63); }

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

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

 span { border-color: rgb(132,218,63); }

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