Html Css Color HEX #84E232 Atlantis

📋 copy color: '#84E232'

red 132 ◦ green 226 ◦ blue 50

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

Shades of Atlantis #84E232

Tints of Atlantis #84E232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 55.39%

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 32.35%
G = 55.39%
B = 12.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#84E232 (or 0x84E232) is known color: Atlantis. HEX triplet: 84, E2 and 32. RGB value is (132,226,50). Sum of RGB (Red+Green+Blue) = 132+226+50=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 226 (88.67% from 255 or 55.39% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 226 - color contains mainly: green. Hex color #84E232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E232 is #7B1DCD. Grayscale: #B2B2B2. Windows color (decimal): -8068558 or 3334788. OLE color: 3334788.

HSL color Cylindrical-coordinate representation of color #84E232: hue angle of 92.05º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84E232 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 132 226 50 -
CMYK 0.42 0 0.78 0.11
HSL 92.05º 0.75% 0.54% -
HSV(B) 92.05º 0.78% 0.89% -
XYZ 37.29 59.53 12.54 -
YUV 177.83 55.86 95.31 -
System Red Green Blue C M Y K H S L
Decimal 132 226 50 0.42 0 0.78 0.11 92.05 0.75 0.54
Hex 84 E2 32 2A 0 4E B 5C 4B 36
Octal 204 342 62 52 0 116 13 134 113 66
Binary 10000100 11100010 110010 101010 0 1001110 1011 1011100 1001011 110110

Color Harmonies of #84E232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E232

Black with #84E232

Text Example


Text Example

White with #84E232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,226,50); }

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

background-color css

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

 a { background-color: rgb(132,226,50); }

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

border-color css

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

 span { border-color: rgb(132,226,50); }

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