Html Css Color HEX #83D13C Atlantis

📋 copy color: '#83D13C'

red 131 ◦ green 209 ◦ blue 60

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

Shades of Atlantis #83D13C

Tints of Atlantis #83D13C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.25%

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

R = 32.75%
G = 52.25%
B = 15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#83D13C (or 0x83D13C) is known color: Atlantis. HEX triplet: 83, D1 and 3C. RGB value is (131,209,60). Sum of RGB (Red+Green+Blue) = 131+209+60=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #83D13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D13C is #7C2EC3. Grayscale: #A9A9A9. Windows color (decimal): -8138436 or 3985795. OLE color: 3985795.

HSL color Cylindrical-coordinate representation of color #83D13C: hue angle of 91.41º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83D13C is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 209 60 -
CMYK 0.37 0 0.71 0.18
HSL 91.41º 0.62% 0.53% -
HSV(B) 91.41º 0.71% 0.82% -
XYZ 32.98 50.75 12.33 -
YUV 168.69 66.66 101.12 -
System Red Green Blue C M Y K H S L
Decimal 131 209 60 0.37 0 0.71 0.18 91.41 0.62 0.53
Hex 83 D1 3C 25 0 47 12 5B 3E 35
Octal 203 321 74 45 0 107 22 133 76 65
Binary 10000011 11010001 111100 100101 0 1000111 10010 1011011 111110 110101

Color Harmonies of #83D13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D13C

Black with #83D13C

Text Example


Text Example

White with #83D13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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