Html Css Color HEX #84DD40 Atlantis

📋 copy color: '#84DD40'

red 132 ◦ green 221 ◦ blue 64

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

Shades of Atlantis #84DD40

Tints of Atlantis #84DD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53%

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

R = 31.65%
G = 53%
B = 15.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#84DD40 (or 0x84DD40) is known color: Atlantis. HEX triplet: 84, DD and 40. RGB value is (132,221,64). Sum of RGB (Red+Green+Blue) = 132+221+64=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DD40 is #7B22BF. Grayscale: #B1B1B1. Windows color (decimal): -8069824 or 4251012. OLE color: 4251012.

HSL color Cylindrical-coordinate representation of color #84DD40: hue angle of 94.01º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84DD40 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 221 64 -
CMYK 0.40 0 0.71 0.13
HSL 94.01º 0.7% 0.56% -
HSV(B) 94.01º 0.71% 0.87% -
XYZ 36.3 56.99 13.94 -
YUV 176.49 64.51 96.27 -
System Red Green Blue C M Y K H S L
Decimal 132 221 64 0.40 0 0.71 0.13 94.01 0.7 0.56
Hex 84 DD 40 28 0 47 D 5E 46 38
Octal 204 335 100 50 0 107 15 136 106 70
Binary 10000100 11011101 1000000 101000 0 1000111 1101 1011110 1000110 111000

Color Harmonies of #84DD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DD40

Black with #84DD40

Text Example


Text Example

White with #84DD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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