Html Css Color HEX #84EF46 Atlantis

📋 copy color: '#84EF46'

red 132 ◦ green 239 ◦ blue 70

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

Shades of Atlantis #84EF46

Tints of Atlantis #84EF46

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.2%

 BLUE value IS 70 (27.73% from 255) = 15.87%

R = 29.93%
G = 54.2%
B = 15.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#84EF46 (or 0x84EF46) is known color: Atlantis. HEX triplet: 84, EF and 46. RGB value is (132,239,70). Sum of RGB (Red+Green+Blue) = 132+239+70=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #84EF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EF46 is #7B10B9. Grayscale: #BCBCBC. Windows color (decimal): -8065210 or 4648836. OLE color: 4648836.

HSL color Cylindrical-coordinate representation of color #84EF46: hue angle of 97.99º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84EF46 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 239 70 -
CMYK 0.45 0 0.71 0.06
HSL 97.99º 0.84% 0.61% -
HSV(B) 97.99º 0.71% 0.94% -
XYZ 41.49 67.08 16.56 -
YUV 187.74 61.55 88.24 -
System Red Green Blue C M Y K H S L
Decimal 132 239 70 0.45 0 0.71 0.06 97.99 0.84 0.61
Hex 84 EF 46 2D 0 47 6 62 54 3D
Octal 204 357 106 55 0 107 6 142 124 75
Binary 10000100 11101111 1000110 101101 0 1000111 110 1100010 1010100 111101

Color Harmonies of #84EF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EF46

Black with #84EF46

Text Example


Text Example

White with #84EF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,239,70); }

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

background-color css

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

 a { background-color: rgb(132,239,70); }

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

border-color css

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

 span { border-color: rgb(132,239,70); }

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