#84EB41

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

Shades of Atlantis #84EB41

Tints of Atlantis #84EB41

Color information

#84EB41 (or 0x84EB41) is unknown color: approx Atlantis. HEX triplet: 84, EB and 41. RGB value is (132,235,65). Sum of RGB (Red+Green+Blue) = 132+235+65=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 235 (92.19% from 255 or 54.40% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 235 - color contains mainly: green. Hex color #84EB41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EB41 is #7B14BE. Grayscale: #B9B9B9. Windows color (decimal): -8066239 or 4320132. OLE color: 4320132.

HSL color Cylindrical-coordinate representation of color #84EB41: hue angle of 96.35º 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 #84EB41 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB13223565-
CMYK0.4400.720.08
HSL96.35º80.95%58.82%-
HSV(B)96.35º72.34%92.16%-
XYZ40.1864.715.37-
YUV184.8260.3890.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 235 (92.19% from 255) = 54.40%
BLUE value IS 65 (25.78% from 255) = 15.05%
R=30.56%
G=54.40%
B=15.05%

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
Decimal132235650.4400.720.0896.3580.9558.82
Hex84EB412C048860513b
Octal2043531015401101014012173
Binary1000010011101011100000110110001001000100011000001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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