Html Css Color HEX #83D73A Atlantis

📋 copy color: '#83D73A'

red 131 ◦ green 215 ◦ blue 58

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

Shades of Atlantis #83D73A

Tints of Atlantis #83D73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.22%

 BLUE value IS 58 (23.05% from 255) = 14.36%

R = 32.43%
G = 53.22%
B = 14.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#83D73A (or 0x83D73A) is known color: Atlantis. HEX triplet: 83, D7 and 3A. RGB value is (131,215,58). Sum of RGB (Red+Green+Blue) = 131+215+58=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #83D73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D73A is #7C28C5. Grayscale: #ACACAC. Windows color (decimal): -8136902 or 3856259. OLE color: 3856259.

HSL color Cylindrical-coordinate representation of color #83D73A: hue angle of 92.1º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83D73A is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 215 58 -
CMYK 0.39 0 0.73 0.16
HSL 92.1º 0.66% 0.54% -
HSV(B) 92.1º 0.73% 0.84% -
XYZ 34.42 53.73 12.56 -
YUV 171.99 63.67 98.77 -
System Red Green Blue C M Y K H S L
Decimal 131 215 58 0.39 0 0.73 0.16 92.1 0.66 0.54
Hex 83 D7 3A 27 0 49 10 5C 42 36
Octal 203 327 72 47 0 111 20 134 102 66
Binary 10000011 11010111 111010 100111 0 1001001 10000 1011100 1000010 110110

Color Harmonies of #83D73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D73A

Black with #83D73A

Text Example


Text Example

White with #83D73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,215,58); }

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

background-color css

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

 a { background-color: rgb(131,215,58); }

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

border-color css

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

 span { border-color: rgb(131,215,58); }

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