Html Css Color HEX #83DD40 Atlantis

📋 copy color: '#83DD40'

red 131 ◦ green 221 ◦ blue 64

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

Shades of Atlantis #83DD40

Tints of Atlantis #83DD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.13%

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 31.49%
G = 53.13%
B = 15.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#83DD40 (or 0x83DD40) is known color: Atlantis. HEX triplet: 83, DD and 40. RGB value is (131,221,64). Sum of RGB (Red+Green+Blue) = 131+221+64=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DD40 is #7C22BF. Grayscale: #B0B0B0. Windows color (decimal): -8135360 or 4251011. OLE color: 4251011.

HSL color Cylindrical-coordinate representation of color #83DD40: hue angle of 94.39º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83DD40 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 221 64 -
CMYK 0.41 0 0.71 0.13
HSL 94.39º 0.7% 0.56% -
HSV(B) 94.39º 0.71% 0.87% -
XYZ 36.14 56.91 13.93 -
YUV 176.19 64.68 95.77 -
System Red Green Blue C M Y K H S L
Decimal 131 221 64 0.41 0 0.71 0.13 94.39 0.7 0.56
Hex 83 DD 40 29 0 47 D 5E 46 38
Octal 203 335 100 51 0 107 15 136 106 70
Binary 10000011 11011101 1000000 101001 0 1000111 1101 1011110 1000110 111000

Color Harmonies of #83DD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DD40

Black with #83DD40

Text Example


Text Example

White with #83DD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,221,64); }

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

background-color css

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

 a { background-color: rgb(131,221,64); }

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

border-color css

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

 span { border-color: rgb(131,221,64); }

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