#84f147

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

Shades of Atlantis #84F147

Tints of Atlantis #84F147

Color information

#84F147 (or 0x84F147) is unknown color: approx Atlantis. HEX triplet: 84, F1 and 47. RGB value is (132,241,71). Sum of RGB (Red+Green+Blue) = 132+241+71=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #84F147 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F147 is #7B0EB8. Grayscale: #BDBDBD. Windows color (decimal): -8064697 or 4714884. OLE color: 4714884.

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

Color convert

RGB13224171-
CMYK0.4500.710.05
HSL98.47º85.86%61.18%-
HSV(B)98.47º70.54%94.51%-
XYZ42.1168.2716.92-
YUV189.0361.3987.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 241 (94.53% from 255) = 54.28%
BLUE value IS 71 (28.12% from 255) = 15.99%
R=29.73%
G=54.28%
B=15.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132241710.4500.710.0598.4785.8661.18
Hex84F1472D047562563d
Octal204361107550107514212675
Binary100001001111000110001111011010100011110111000101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84f147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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