Html Css Color HEX #84ED32 Atlantis

📋 copy color: '#84ED32'

red 132 ◦ green 237 ◦ blue 50

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

Shades of Atlantis #84ED32

Tints of Atlantis #84ED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.56%

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

R = 31.5%
G = 56.56%
B = 11.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#84ED32 (or 0x84ED32) is known color: Atlantis. HEX triplet: 84, ED and 32. RGB value is (132,237,50). Sum of RGB (Red+Green+Blue) = 132+237+50=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 237 (92.97% from 255 or 56.56% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 237 - color contains mainly: green. Hex color #84ED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84ED32 is #7B12CD. Grayscale: #B8B8B8. Windows color (decimal): -8065742 or 3337604. OLE color: 3337604.

HSL color Cylindrical-coordinate representation of color #84ED32: hue angle of 93.69º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84ED32 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 237 50 -
CMYK 0.44 0 0.79 0.07
HSL 93.69º 0.84% 0.56% -
HSV(B) 93.69º 0.79% 0.93% -
XYZ 40.38 65.7 13.57 -
YUV 184.29 52.21 90.71 -
System Red Green Blue C M Y K H S L
Decimal 132 237 50 0.44 0 0.79 0.07 93.69 0.84 0.56
Hex 84 ED 32 2C 0 4F 7 5E 54 38
Octal 204 355 62 54 0 117 7 136 124 70
Binary 10000100 11101101 110010 101100 0 1001111 111 1011110 1010100 111000

Color Harmonies of #84ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ED32

Black with #84ED32

Text Example


Text Example

White with #84ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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