Html Css Color HEX #84D845 Atlantis

📋 copy color: '#84D845'

red 132 ◦ green 216 ◦ blue 69

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

Shades of Atlantis #84D845

Tints of Atlantis #84D845

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.8%

 BLUE value IS 69 (27.34% from 255) = 16.55%

R = 31.65%
G = 51.8%
B = 16.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#84D845 (or 0x84D845) is known color: Atlantis. HEX triplet: 84, D8 and 45. RGB value is (132,216,69). Sum of RGB (Red+Green+Blue) = 132+216+69=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #84D845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D845 is #7B27BA. Grayscale: #AEAEAE. Windows color (decimal): -8071099 or 4577412. OLE color: 4577412.

HSL color Cylindrical-coordinate representation of color #84D845: hue angle of 94.29º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84D845 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 216 69 -
CMYK 0.39 0 0.68 0.15
HSL 94.29º 0.65% 0.56% -
HSV(B) 94.29º 0.68% 0.85% -
XYZ 35.15 54.45 14.29 -
YUV 174.13 68.67 97.95 -
System Red Green Blue C M Y K H S L
Decimal 132 216 69 0.39 0 0.68 0.15 94.29 0.65 0.56
Hex 84 D8 45 27 0 44 F 5E 41 38
Octal 204 330 105 47 0 104 17 136 101 70
Binary 10000100 11011000 1000101 100111 0 1000100 1111 1011110 1000001 111000

Color Harmonies of #84D845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D845

Black with #84D845

Text Example


Text Example

White with #84D845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,216,69); }

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

background-color css

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

 a { background-color: rgb(132,216,69); }

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

border-color css

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

 span { border-color: rgb(132,216,69); }

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