Html Css Color HEX #83D53C Atlantis

📋 copy color: '#83D53C'

red 131 ◦ green 213 ◦ blue 60

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

Shades of Atlantis #83D53C

Tints of Atlantis #83D53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.85%

R = 32.43%
G = 52.72%
B = 14.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#83D53C (or 0x83D53C) is known color: Atlantis. HEX triplet: 83, D5 and 3C. RGB value is (131,213,60). Sum of RGB (Red+Green+Blue) = 131+213+60=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #83D53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D53C is #7C2AC3. Grayscale: #ABABAB. Windows color (decimal): -8137412 or 3986819. OLE color: 3986819.

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

Color convert

RGB 131 213 60 -
CMYK 0.38 0 0.72 0.16
HSL 92.16º 0.65% 0.54% -
HSV(B) 92.16º 0.72% 0.84% -
XYZ 33.97 52.74 12.66 -
YUV 171.04 65.33 99.44 -
System Red Green Blue C M Y K H S L
Decimal 131 213 60 0.38 0 0.72 0.16 92.16 0.65 0.54
Hex 83 D5 3C 26 0 48 10 5C 41 36
Octal 203 325 74 46 0 110 20 134 101 66
Binary 10000011 11010101 111100 100110 0 1001000 10000 1011100 1000001 110110

Color Harmonies of #83D53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D53C

Black with #83D53C

Text Example


Text Example

White with #83D53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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