Html Css Color HEX #84E13E Atlantis

📋 copy color: '#84E13E'

red 132 ◦ green 225 ◦ blue 62

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

Shades of Atlantis #84E13E

Tints of Atlantis #84E13E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.7%

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 31.5%
G = 53.7%
B = 14.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#84E13E (or 0x84E13E) is known color: Atlantis. HEX triplet: 84, E1 and 3E. RGB value is (132,225,62). Sum of RGB (Red+Green+Blue) = 132+225+62=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #84E13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E13E is #7B1EC1. Grayscale: #B3B3B3. Windows color (decimal): -8068802 or 4120964. OLE color: 4120964.

HSL color Cylindrical-coordinate representation of color #84E13E: hue angle of 94.23º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84E13E is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 225 62 -
CMYK 0.41 0 0.72 0.12
HSL 94.23º 0.73% 0.56% -
HSV(B) 94.23º 0.72% 0.88% -
XYZ 37.31 59.1 14 -
YUV 178.61 62.19 94.75 -
System Red Green Blue C M Y K H S L
Decimal 132 225 62 0.41 0 0.72 0.12 94.23 0.73 0.56
Hex 84 E1 3E 29 0 48 C 5E 49 38
Octal 204 341 76 51 0 110 14 136 111 70
Binary 10000100 11100001 111110 101001 0 1001000 1100 1011110 1001001 111000

Color Harmonies of #84E13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E13E

Black with #84E13E

Text Example


Text Example

White with #84E13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,225,62); }

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

background-color css

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

 a { background-color: rgb(132,225,62); }

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

border-color css

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

 span { border-color: rgb(132,225,62); }

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