Html Css Color HEX #84EE46 Atlantis

📋 copy color: '#84EE46'

red 132 ◦ green 238 ◦ blue 70

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

Shades of Atlantis #84EE46

Tints of Atlantis #84EE46

RGB

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

 GREEN value IS 238 (93.36% from 255) = 54.09%

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

R = 30%
G = 54.09%
B = 15.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#84EE46 (or 0x84EE46) is known color: Atlantis. HEX triplet: 84, EE and 46. RGB value is (132,238,70). Sum of RGB (Red+Green+Blue) = 132+238+70=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 238 (93.36% from 255 or 54.09% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 238 - color contains mainly: green. Hex color #84EE46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EE46 is #7B11B9. Grayscale: #BBBBBB. Windows color (decimal): -8065466 or 4648580. OLE color: 4648580.

HSL color Cylindrical-coordinate representation of color #84EE46: hue angle of 97.86º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84EE46 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 238 70 -
CMYK 0.45 0 0.71 0.07
HSL 97.86º 0.83% 0.6% -
HSV(B) 97.86º 0.71% 0.93% -
XYZ 41.2 66.5 16.46 -
YUV 187.15 61.88 88.66 -
System Red Green Blue C M Y K H S L
Decimal 132 238 70 0.45 0 0.71 0.07 97.86 0.83 0.6
Hex 84 EE 46 2D 0 47 7 62 53 3C
Octal 204 356 106 55 0 107 7 142 123 74
Binary 10000100 11101110 1000110 101101 0 1000111 111 1100010 1010011 111100

Color Harmonies of #84EE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EE46

Black with #84EE46

Text Example


Text Example

White with #84EE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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