Html Css Color HEX #84EA45 Atlantis

📋 copy color: '#84EA45'

red 132 ◦ green 234 ◦ blue 69

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

Shades of Atlantis #84EA45

Tints of Atlantis #84EA45

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.79%

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

R = 30.34%
G = 53.79%
B = 15.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#84EA45 (or 0x84EA45) is known color: Atlantis. HEX triplet: 84, EA and 45. RGB value is (132,234,69). Sum of RGB (Red+Green+Blue) = 132+234+69=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EA45 is #7B15BA. Grayscale: #B9B9B9. Windows color (decimal): -8066491 or 4582020. OLE color: 4582020.

HSL color Cylindrical-coordinate representation of color #84EA45: hue angle of 97.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84EA45 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 234 69 -
CMYK 0.44 0 0.71 0.08
HSL 97.09º 0.8% 0.59% -
HSV(B) 97.09º 0.71% 0.92% -
XYZ 40.01 64.18 15.91 -
YUV 184.69 62.71 90.42 -
System Red Green Blue C M Y K H S L
Decimal 132 234 69 0.44 0 0.71 0.08 97.09 0.8 0.59
Hex 84 EA 45 2C 0 47 8 61 50 3B
Octal 204 352 105 54 0 107 10 141 120 73
Binary 10000100 11101010 1000101 101100 0 1000111 1000 1100001 1010000 111011

Color Harmonies of #84EA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EA45

Black with #84EA45

Text Example


Text Example

White with #84EA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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