Html Css Color HEX #83D53A Atlantis

📋 copy color: '#83D53A'

red 131 ◦ green 213 ◦ blue 58

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

Shades of Atlantis #83D53A

Tints of Atlantis #83D53A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.99%

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

R = 32.59%
G = 52.99%
B = 14.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#83D53A (or 0x83D53A) is known color: Atlantis. HEX triplet: 83, D5 and 3A. RGB value is (131,213,58). Sum of RGB (Red+Green+Blue) = 131+213+58=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #83D53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D53A is #7C2AC5. Grayscale: #ABABAB. Windows color (decimal): -8137414 or 3855747. OLE color: 3855747.

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

Color convert

RGB 131 213 58 -
CMYK 0.38 0 0.73 0.16
HSL 91.74º 0.65% 0.53% -
HSV(B) 91.74º 0.73% 0.84% -
XYZ 33.92 52.72 12.39 -
YUV 170.81 64.33 99.6 -
System Red Green Blue C M Y K H S L
Decimal 131 213 58 0.38 0 0.73 0.16 91.74 0.65 0.53
Hex 83 D5 3A 26 0 49 10 5C 41 35
Octal 203 325 72 46 0 111 20 134 101 65
Binary 10000011 11010101 111010 100110 0 1001001 10000 1011100 1000001 110101

Color Harmonies of #83D53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D53A

Black with #83D53A

Text Example


Text Example

White with #83D53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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