#84EB42

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

Shades of Atlantis #84EB42

Tints of Atlantis #84EB42

Color information

#84EB42 (or 0x84EB42) is unknown color: approx Atlantis. HEX triplet: 84, EB and 42. RGB value is (132,235,66). Sum of RGB (Red+Green+Blue) = 132+235+66=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 235 (92.19% from 255 or 54.27% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 235 - color contains mainly: green. Hex color #84EB42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EB42 is #7B14BD. Grayscale: #B9B9B9. Windows color (decimal): -8066238 or 4385668. OLE color: 4385668.

HSL color Cylindrical-coordinate representation of color #84EB42: hue angle of 96.57º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84EB42 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB13223566-
CMYK0.4400.720.08
HSL96.57º80.86%59.02%-
HSV(B)96.57º71.91%92.16%-
XYZ40.2164.7215.53-
YUV184.9460.8890.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.48%
GREEN value IS 235 (92.19% from 255) = 54.27%
BLUE value IS 66 (26.17% from 255) = 15.24%
R=30.48%
G=54.27%
B=15.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132235660.4400.720.0896.5780.8659.02
Hex84EB422C048861513b
Octal2043531025401101014112173
Binary1000010011101011100001010110001001000100011000011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,235,66); }

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

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

 a { background-color: rgb(132,235,66); }

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

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

 span { border-color: rgb(132,235,66); }

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