Html Css Color HEX #84E548 Atlantis

📋 copy color: '#84E548'

red 132 ◦ green 229 ◦ blue 72

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

Shades of Atlantis #84E548

Tints of Atlantis #84E548

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.89%

 BLUE value IS 72 (28.52% from 255) = 16.63%

R = 30.48%
G = 52.89%
B = 16.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#84E548 (or 0x84E548) is known color: Atlantis. HEX triplet: 84, E5 and 48. RGB value is (132,229,72). Sum of RGB (Red+Green+Blue) = 132+229+72=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #84E548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E548 is #7B1AB7. Grayscale: #B6B6B6. Windows color (decimal): -8067768 or 4777348. OLE color: 4777348.

HSL color Cylindrical-coordinate representation of color #84E548: hue angle of 97.07º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84E548 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 132 229 72 -
CMYK 0.42 0 0.69 0.10
HSL 97.07º 0.75% 0.59% -
HSV(B) 97.07º 0.69% 0.9% -
XYZ 38.7 61.41 15.94 -
YUV 182.1 65.86 92.27 -
System Red Green Blue C M Y K H S L
Decimal 132 229 72 0.42 0 0.69 0.10 97.07 0.75 0.59
Hex 84 E5 48 2A 0 45 A 61 4B 3B
Octal 204 345 110 52 0 105 12 141 113 73
Binary 10000100 11100101 1001000 101010 0 1000101 1010 1100001 1001011 111011

Color Harmonies of #84E548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E548

Black with #84E548

Text Example


Text Example

White with #84E548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,229,72); }

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

background-color css

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

 a { background-color: rgb(132,229,72); }

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

border-color css

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

 span { border-color: rgb(132,229,72); }

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