#84F13E

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

Shades of Atlantis #84F13E

Tints of Atlantis #84F13E

Color information

#84F13E (or 0x84F13E) is unknown color: approx Atlantis. HEX triplet: 84, F1 and 3E. RGB value is (132,241,62). Sum of RGB (Red+Green+Blue) = 132+241+62=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #84F13E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F13E is #7B0EC1. Grayscale: #BCBCBC. Windows color (decimal): -8064706 or 4125060. OLE color: 4125060.

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

Color convert

RGB13224162-
CMYK0.4500.740.05
HSL96.54º86.47%59.41%-
HSV(B)96.54º74.27%94.51%-
XYZ41.8468.1615.51-
YUV18856.8988.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 241 (94.53% from 255) = 55.40%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=30.34%
G=55.40%
B=14.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132241620.4500.740.0596.5486.4759.41
Hex84F13E2D04A561563b
Octal20436176550112514112673
Binary10000100111100011111101011010100101010111000011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,241,62); }

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

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

 a { background-color: rgb(132,241,62); }

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

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

 span { border-color: rgb(132,241,62); }

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