#84F341

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

Shades of Atlantis #84F341

Tints of Atlantis #84F341

Color information

#84F341 (or 0x84F341) is unknown color: approx Atlantis. HEX triplet: 84, F3 and 41. RGB value is (132,243,65). Sum of RGB (Red+Green+Blue) = 132+243+65=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #84F341 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F341 is #7B0CBE. Grayscale: #BEBEBE. Windows color (decimal): -8064191 or 4322180. OLE color: 4322180.

HSL color Cylindrical-coordinate representation of color #84F341: hue angle of 97.42º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84F341 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB13224365-
CMYK0.4600.730.05
HSL97.42º88.12%60.39%-
HSV(B)97.42º73.25%95.29%-
XYZ42.5269.3916.15-
YUV189.5257.7386.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 243 (95.31% from 255) = 55.23%
BLUE value IS 65 (25.78% from 255) = 14.77%
R=30%
G=55.23%
B=14.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132243650.4600.730.0597.4288.1260.39
Hex84F3412E049561583c
Octal204363101560111514113074
Binary100001001111001110000011011100100100110111000011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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