#84E035

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

Shades of Atlantis #84E035

Tints of Atlantis #84E035

Color information

#84E035 (or 0x84E035) is unknown color: approx Atlantis. HEX triplet: 84, E0 and 35. RGB value is (132,224,53). Sum of RGB (Red+Green+Blue) = 132+224+53=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #84E035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E035 is #7B1FCA. Grayscale: #B1B1B1. Windows color (decimal): -8069067 or 3530884. OLE color: 3530884.

HSL color Cylindrical-coordinate representation of color #84E035: hue angle of 92.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84E035 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB13222453-
CMYK0.4100.760.12
HSL92.28º73.39%54.31%-
HSV(B)92.28º76.34%87.84%-
XYZ36.8158.4712.71-
YUV17758.0295.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 224 (87.89% from 255) = 54.77%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=32.27%
G=54.77%
B=12.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal132224530.4100.760.1292.2873.3954.31
Hex84E0352904CC5c4936
Octal204340655101141413411166
Binary100001001110000011010110100101001100110010111001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,224,53); }

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

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

 a { background-color: rgb(132,224,53); }

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

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

 span { border-color: rgb(132,224,53); }

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