Html Css Color HEX #83DC3F Atlantis

📋 copy color: '#83DC3F'

red 131 ◦ green 220 ◦ blue 63

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

Shades of Atlantis #83DC3F

Tints of Atlantis #83DC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.22%

R = 31.64%
G = 53.14%
B = 15.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#83DC3F (or 0x83DC3F) is known color: Atlantis. HEX triplet: 83, DC and 3F. RGB value is (131,220,63). Sum of RGB (Red+Green+Blue) = 131+220+63=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DC3F is #7C23C0. Grayscale: #B0B0B0. Windows color (decimal): -8135617 or 4185219. OLE color: 4185219.

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

Color convert

RGB 131 220 63 -
CMYK 0.40 0 0.71 0.14
HSL 94.01º 0.69% 0.55% -
HSV(B) 94.01º 0.71% 0.86% -
XYZ 35.85 56.37 13.69 -
YUV 175.49 64.51 96.27 -
System Red Green Blue C M Y K H S L
Decimal 131 220 63 0.40 0 0.71 0.14 94.01 0.69 0.55
Hex 83 DC 3F 28 0 47 E 5E 45 37
Octal 203 334 77 50 0 107 16 136 105 67
Binary 10000011 11011100 111111 101000 0 1000111 1110 1011110 1000101 110111

Color Harmonies of #83DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DC3F

Black with #83DC3F

Text Example


Text Example

White with #83DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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