Html Css Color HEX #84D040 Atlantis

📋 copy color: '#84D040'

red 132 ◦ green 208 ◦ blue 64

#84D040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #84D040

Tints of Atlantis #84D040

RGB

 RED value IS 132 (51.95% from 255) = 32.67%

 GREEN value IS 208 (81.64% from 255) = 51.49%

 BLUE value IS 64 (25.39% from 255) = 15.84%

R = 32.67%
G = 51.49%
B = 15.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#84D040 (or 0x84D040) is known color: Atlantis. HEX triplet: 84, D0 and 40. RGB value is (132,208,64). Sum of RGB (Red+Green+Blue) = 132+208+64=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #84D040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D040 is #7B2FBF. Grayscale: #A9A9A9. Windows color (decimal): -8073152 or 4247684. OLE color: 4247684.

HSL color Cylindrical-coordinate representation of color #84D040: hue angle of 91.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84D040 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 208 64 -
CMYK 0.37 0 0.69 0.18
HSL 91.67º 0.61% 0.53% -
HSV(B) 91.67º 0.69% 0.82% -
XYZ 33 50.39 12.84 -
YUV 168.86 68.82 101.71 -
System Red Green Blue C M Y K H S L
Decimal 132 208 64 0.37 0 0.69 0.18 91.67 0.61 0.53
Hex 84 D0 40 25 0 45 12 5C 3D 35
Octal 204 320 100 45 0 105 22 134 75 65
Binary 10000100 11010000 1000000 100101 0 1000101 10010 1011100 111101 110101

Color Harmonies of #84D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D040

Black with #84D040

Text Example


Text Example

White with #84D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84D040;
 }
 .AnyTagClassName
 {
   color: #84D040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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