#84e448

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

Shades of Atlantis #84E448

Tints of Atlantis #84E448

Color information

#84E448 (or 0x84E448) is unknown color: approx Atlantis. HEX triplet: 84, E4 and 48. RGB value is (132,228,72). Sum of RGB (Red+Green+Blue) = 132+228+72=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #84E448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E448 is #7B1BB7. Grayscale: #B6B6B6. Windows color (decimal): -8068024 or 4777092. OLE color: 4777092.

HSL color Cylindrical-coordinate representation of color #84E448: hue angle of 96.92º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84E448 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB13222872-
CMYK0.4200.680.11
HSL96.92º74.29%58.82%-
HSV(B)96.92º68.42%89.41%-
XYZ38.4360.8615.85-
YUV181.5166.292.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 228 (89.45% from 255) = 52.78%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=30.56%
G=52.78%
B=16.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal132228720.4200.680.1196.9274.2958.82
Hex84E4482A044B614a3b
Octal2043441105201041314111273
Binary1000010011100100100100010101001000100101111000011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84e448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,228,72); }

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

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

 a { background-color: rgb(132,228,72); }

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

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

 span { border-color: rgb(132,228,72); }

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