Html Css Color HEX #83E140 Atlantis

📋 copy color: '#83E140'

red 131 ◦ green 225 ◦ blue 64

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

Shades of Atlantis #83E140

Tints of Atlantis #83E140

RGB

 RED value IS 131 (51.56% from 255) = 31.19%

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

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

R = 31.19%
G = 53.57%
B = 15.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#83E140 (or 0x83E140) is known color: Atlantis. HEX triplet: 83, E1 and 40. RGB value is (131,225,64). Sum of RGB (Red+Green+Blue) = 131+225+64=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #83E140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83E140 is #7C1EBF. Grayscale: #B3B3B3. Windows color (decimal): -8134336 or 4252035. OLE color: 4252035.

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

Color convert

RGB 131 225 64 -
CMYK 0.42 0 0.72 0.12
HSL 95.03º 0.73% 0.57% -
HSV(B) 95.03º 0.72% 0.88% -
XYZ 37.21 59.05 14.29 -
YUV 178.54 63.36 94.09 -
System Red Green Blue C M Y K H S L
Decimal 131 225 64 0.42 0 0.72 0.12 95.03 0.73 0.57
Hex 83 E1 40 2A 0 48 C 5F 49 39
Octal 203 341 100 52 0 110 14 137 111 71
Binary 10000011 11100001 1000000 101010 0 1001000 1100 1011111 1001001 111001

Color Harmonies of #83E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83E140

Black with #83E140

Text Example


Text Example

White with #83E140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83E140; }

 p { color: rgb(131,225,64); }

 H1.HeaderClassName
 {
   color: #83E140;
 }
 .AnyTagClassName
 {
   color: #83E140;
 }
</style>

background-color css

<style>
 a { background-color: #83E140; }

 a { background-color: rgb(131,225,64); }

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

border-color css

<style>
 span { border-color: #83E140; }

 span { border-color: rgb(131,225,64); }

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