#84E73D

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

Shades of Atlantis #84E73D

Tints of Atlantis #84E73D

Color information

#84E73D (or 0x84E73D) is unknown color: approx Atlantis. HEX triplet: 84, E7 and 3D. RGB value is (132,231,61). Sum of RGB (Red+Green+Blue) = 132+231+61=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 231 (90.62% from 255 or 54.48% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 231 - color contains mainly: green. Hex color #84E73D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84E73D is #7B18C2. Grayscale: #B6B6B6. Windows color (decimal): -8067267 or 4056964. OLE color: 4056964.

HSL color Cylindrical-coordinate representation of color #84E73D: hue angle of 94.94º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84E73D is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB13223161-
CMYK0.4300.740.09
HSL94.94º77.98%57.25%-
HSV(B)94.94º73.59%90.59%-
XYZ38.9362.3914.41-
YUV182.0259.792.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 231 (90.62% from 255) = 54.48%
BLUE value IS 61 (24.22% from 255) = 14.39%
R=31.13%
G=54.48%
B=14.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal132231610.4300.740.0994.9477.9857.25
Hex84E73D2B04A95f4e39
Octal204347755301121113711671
Binary100001001110011111110110101101001010100110111111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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