Html Css Color HEX #83D43C Atlantis

📋 copy color: '#83D43C'

red 131 ◦ green 212 ◦ blue 60

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

Shades of Atlantis #83D43C

Tints of Atlantis #83D43C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.61%

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

R = 32.51%
G = 52.61%
B = 14.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#83D43C (or 0x83D43C) is known color: Atlantis. HEX triplet: 83, D4 and 3C. RGB value is (131,212,60). Sum of RGB (Red+Green+Blue) = 131+212+60=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #83D43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D43C is #7C2BC3. Grayscale: #AAAAAA. Windows color (decimal): -8137668 or 3986563. OLE color: 3986563.

HSL color Cylindrical-coordinate representation of color #83D43C: hue angle of 91.97º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83D43C is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 212 60 -
CMYK 0.38 0 0.72 0.17
HSL 91.97º 0.64% 0.53% -
HSV(B) 91.97º 0.72% 0.83% -
XYZ 33.72 52.24 12.58 -
YUV 170.45 65.66 99.86 -
System Red Green Blue C M Y K H S L
Decimal 131 212 60 0.38 0 0.72 0.17 91.97 0.64 0.53
Hex 83 D4 3C 26 0 48 11 5C 40 35
Octal 203 324 74 46 0 110 21 134 100 65
Binary 10000011 11010100 111100 100110 0 1001000 10001 1011100 1000000 110101

Color Harmonies of #83D43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D43C

Black with #83D43C

Text Example


Text Example

White with #83D43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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