#84C740

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

Shades of Atlantis #84C740

Tints of Atlantis #84C740

Color information

#84C740 (or 0x84C740) is unknown color: approx Atlantis. HEX triplet: 84, C7 and 40. RGB value is (132,199,64). Sum of RGB (Red+Green+Blue) = 132+199+64=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #84C740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C740 is #7B38BF. Grayscale: #A4A4A4. Windows color (decimal): -8075456 or 4245380. OLE color: 4245380.

HSL color Cylindrical-coordinate representation of color #84C740: hue angle of 89.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84C740 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB13219964-
CMYK0.3400.680.22
HSL89.78º54.66%51.57%-
HSV(B)89.78º67.84%78.04%-
XYZ30.8646.1212.13-
YUV163.5871.8105.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.42%
GREEN value IS 199 (78.12% from 255) = 50.38%
BLUE value IS 64 (25.39% from 255) = 16.20%
R=33.42%
G=50.38%
B=16.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132199640.3400.680.2289.7854.6651.57
Hex84C74022044165a3734
Octal204307100420104261326764
Binary1000010011000111100000010001001000100101101011010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,199,64); }

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

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

 a { background-color: rgb(132,199,64); }

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

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

 span { border-color: rgb(132,199,64); }

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