Html Css Color HEX #84E640 Atlantis

📋 copy color: '#84E640'

red 132 ◦ green 230 ◦ blue 64

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

Shades of Atlantis #84E640

Tints of Atlantis #84E640

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.99%

 BLUE value IS 64 (25.39% from 255) = 15.02%

R = 30.99%
G = 53.99%
B = 15.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#84E640 (or 0x84E640) is known color: Atlantis. HEX triplet: 84, E6 and 40. RGB value is (132,230,64). Sum of RGB (Red+Green+Blue) = 132+230+64=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 230 (90.23% from 255 or 53.99% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 230 - color contains mainly: green. Hex color #84E640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84E640 is #7B19BF. Grayscale: #B6B6B6. Windows color (decimal): -8067520 or 4253316. OLE color: 4253316.

HSL color Cylindrical-coordinate representation of color #84E640: hue angle of 95.42º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84E640 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 132 230 64 -
CMYK 0.43 0 0.72 0.10
HSL 95.42º 0.77% 0.58% -
HSV(B) 95.42º 0.72% 0.9% -
XYZ 38.74 61.87 14.75 -
YUV 181.77 61.53 92.5 -
System Red Green Blue C M Y K H S L
Decimal 132 230 64 0.43 0 0.72 0.10 95.42 0.77 0.58
Hex 84 E6 40 2B 0 48 A 5F 4D 3A
Octal 204 346 100 53 0 110 12 137 115 72
Binary 10000100 11100110 1000000 101011 0 1001000 1010 1011111 1001101 111010

Color Harmonies of #84E640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E640

Black with #84E640

Text Example


Text Example

White with #84E640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,230,64); }

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

background-color css

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

 a { background-color: rgb(132,230,64); }

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

border-color css

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

 span { border-color: rgb(132,230,64); }

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