Html Css Color HEX #83DC3A Atlantis

📋 copy color: '#83DC3A'

red 131 ◦ green 220 ◦ blue 58

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

Shades of Atlantis #83DC3A

Tints of Atlantis #83DC3A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.79%

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

R = 32.03%
G = 53.79%
B = 14.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#83DC3A (or 0x83DC3A) is known color: Atlantis. HEX triplet: 83, DC and 3A. RGB value is (131,220,58). Sum of RGB (Red+Green+Blue) = 131+220+58=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DC3A is #7C23C5. Grayscale: #AFAFAF. Windows color (decimal): -8135622 or 3857539. OLE color: 3857539.

HSL color Cylindrical-coordinate representation of color #83DC3A: hue angle of 92.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83DC3A is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 220 58 -
CMYK 0.40 0 0.74 0.14
HSL 92.96º 0.7% 0.55% -
HSV(B) 92.96º 0.74% 0.86% -
XYZ 35.72 56.32 12.99 -
YUV 174.92 62.01 96.67 -
System Red Green Blue C M Y K H S L
Decimal 131 220 58 0.40 0 0.74 0.14 92.96 0.7 0.55
Hex 83 DC 3A 28 0 4A E 5D 46 37
Octal 203 334 72 50 0 112 16 135 106 67
Binary 10000011 11011100 111010 101000 0 1001010 1110 1011101 1000110 110111

Color Harmonies of #83DC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DC3A

Black with #83DC3A

Text Example


Text Example

White with #83DC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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