Html Css Color HEX #83D73F Atlantis

📋 copy color: '#83D73F'

red 131 ◦ green 215 ◦ blue 63

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

Shades of Atlantis #83D73F

Tints of Atlantis #83D73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.57%

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

R = 32.03%
G = 52.57%
B = 15.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#83D73F (or 0x83D73F) is known color: Atlantis. HEX triplet: 83, D7 and 3F. RGB value is (131,215,63). Sum of RGB (Red+Green+Blue) = 131+215+63=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #83D73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D73F is #7C28C0. Grayscale: #ADADAD. Windows color (decimal): -8136897 or 4183939. OLE color: 4183939.

HSL color Cylindrical-coordinate representation of color #83D73F: hue angle of 93.16º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83D73F is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 215 63 -
CMYK 0.39 0 0.71 0.16
HSL 93.16º 0.66% 0.55% -
HSV(B) 93.16º 0.71% 0.84% -
XYZ 34.56 53.79 13.26 -
YUV 172.56 66.17 98.36 -
System Red Green Blue C M Y K H S L
Decimal 131 215 63 0.39 0 0.71 0.16 93.16 0.66 0.55
Hex 83 D7 3F 27 0 47 10 5D 42 37
Octal 203 327 77 47 0 107 20 135 102 67
Binary 10000011 11010111 111111 100111 0 1000111 10000 1011101 1000010 110111

Color Harmonies of #83D73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D73F

Black with #83D73F

Text Example


Text Example

White with #83D73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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