Html Css Color HEX #83F131 Atlantis

📋 copy color: '#83F131'

red 131 ◦ green 241 ◦ blue 49

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

Shades of Atlantis #83F131

Tints of Atlantis #83F131

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.24%

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

R = 31.12%
G = 57.24%
B = 11.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#83F131 (or 0x83F131) is known color: Atlantis. HEX triplet: 83, F1 and 31. RGB value is (131,241,49). Sum of RGB (Red+Green+Blue) = 131+241+49=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #83F131 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F131 is #7C0ECE. Grayscale: #BABABA. Windows color (decimal): -8130255 or 3273091. OLE color: 3273091.

HSL color Cylindrical-coordinate representation of color #83F131: hue angle of 94.38º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83F131 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 241 49 -
CMYK 0.46 0 0.80 0.05
HSL 94.38º 0.87% 0.57% -
HSV(B) 94.38º 0.8% 0.95% -
XYZ 41.37 67.96 13.84 -
YUV 186.22 50.56 88.61 -
System Red Green Blue C M Y K H S L
Decimal 131 241 49 0.46 0 0.80 0.05 94.38 0.87 0.57
Hex 83 F1 31 2E 0 50 5 5E 57 39
Octal 203 361 61 56 0 120 5 136 127 71
Binary 10000011 11110001 110001 101110 0 1010000 101 1011110 1010111 111001

Color Harmonies of #83F131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F131

Black with #83F131

Text Example


Text Example

White with #83F131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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