Html Css Color HEX #83DB36 Atlantis

📋 copy color: '#83DB36'

red 131 ◦ green 219 ◦ blue 54

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

Shades of Atlantis #83DB36

Tints of Atlantis #83DB36

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.21%

 BLUE value IS 54 (21.48% from 255) = 13.37%

R = 32.43%
G = 54.21%
B = 13.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#83DB36 (or 0x83DB36) is known color: Atlantis. HEX triplet: 83, DB and 36. RGB value is (131,219,54). Sum of RGB (Red+Green+Blue) = 131+219+54=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DB36 is #7C24C9. Grayscale: #AEAEAE. Windows color (decimal): -8135882 or 3595139. OLE color: 3595139.

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

Color convert

RGB 131 219 54 -
CMYK 0.40 0 0.75 0.14
HSL 92º 0.7% 0.54% -
HSV(B) 92º 0.75% 0.86% -
XYZ 35.36 55.75 12.39 -
YUV 173.88 60.35 97.42 -
System Red Green Blue C M Y K H S L
Decimal 131 219 54 0.40 0 0.75 0.14 92 0.7 0.54
Hex 83 DB 36 28 0 4B E 5C 46 36
Octal 203 333 66 50 0 113 16 134 106 66
Binary 10000011 11011011 110110 101000 0 1001011 1110 1011100 1000110 110110

Color Harmonies of #83DB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DB36

Black with #83DB36

Text Example


Text Example

White with #83DB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,219,54); }

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

background-color css

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

 a { background-color: rgb(131,219,54); }

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

border-color css

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

 span { border-color: rgb(131,219,54); }

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