Html Css Color HEX #83ED31 Atlantis

📋 copy color: '#83ED31'

red 131 ◦ green 237 ◦ blue 49

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

Shades of Atlantis #83ED31

Tints of Atlantis #83ED31

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.83%

 BLUE value IS 49 (19.53% from 255) = 11.75%

R = 31.41%
G = 56.83%
B = 11.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#83ED31 (or 0x83ED31) is known color: Atlantis. HEX triplet: 83, ED and 31. RGB value is (131,237,49). Sum of RGB (Red+Green+Blue) = 131+237+49=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 237 (92.97% from 255 or 56.83% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 237 - color contains mainly: green. Hex color #83ED31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83ED31 is #7C12CE. Grayscale: #B8B8B8. Windows color (decimal): -8131279 or 3272067. OLE color: 3272067.

HSL color Cylindrical-coordinate representation of color #83ED31: hue angle of 93.83º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83ED31 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 237 49 -
CMYK 0.45 0 0.79 0.07
HSL 93.83º 0.84% 0.56% -
HSV(B) 93.83º 0.79% 0.93% -
XYZ 40.2 65.62 13.45 -
YUV 183.87 51.88 90.29 -
System Red Green Blue C M Y K H S L
Decimal 131 237 49 0.45 0 0.79 0.07 93.83 0.84 0.56
Hex 83 ED 31 2D 0 4F 7 5E 54 38
Octal 203 355 61 55 0 117 7 136 124 70
Binary 10000011 11101101 110001 101101 0 1001111 111 1011110 1010100 111000

Color Harmonies of #83ED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ED31

Black with #83ED31

Text Example


Text Example

White with #83ED31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,237,49); }

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

background-color css

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

 a { background-color: rgb(131,237,49); }

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

border-color css

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

 span { border-color: rgb(131,237,49); }

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