#84EF3D

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

Shades of Atlantis #84EF3D

Tints of Atlantis #84EF3D

Color information

#84EF3D (or 0x84EF3D) is unknown color: approx Atlantis. HEX triplet: 84, EF and 3D. RGB value is (132,239,61). Sum of RGB (Red+Green+Blue) = 132+239+61=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 239 (93.75% from 255 or 55.32% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 239 - color contains mainly: green. Hex color #84EF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EF3D is #7B10C2. Grayscale: #BBBBBB. Windows color (decimal): -8065219 or 4059012. OLE color: 4059012.

HSL color Cylindrical-coordinate representation of color #84EF3D: hue angle of 96.07º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84EF3D is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB13223961-
CMYK0.4500.740.06
HSL96.07º84.76%58.82%-
HSV(B)96.07º74.48%93.73%-
XYZ41.2266.9815.17-
YUV186.7157.0588.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 239 (93.75% from 255) = 55.32%
BLUE value IS 61 (24.22% from 255) = 14.12%
R=30.56%
G=55.32%
B=14.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal132239610.4500.740.0696.0784.7658.82
Hex84EF3D2D04A660553b
Octal20435775550112614012573
Binary10000100111011111111011011010100101011011000001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,239,61); }

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

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

 a { background-color: rgb(132,239,61); }

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

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

 span { border-color: rgb(132,239,61); }

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