#83F14A

Color #83F14A Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #83F14A

Tints of Atlantis #83F14A

Color information

#83F14A (or 0x83F14A) is unknown color: approx Atlantis. HEX triplet: 83, F1 and 4A. RGB value is (131,241,74). Sum of RGB (Red+Green+Blue) = 131+241+74=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #83F14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F14A is #7C0EB5. Grayscale: #BDBDBD. Windows color (decimal): -8130230 or 4911491. OLE color: 4911491.

HSL color Cylindrical-coordinate representation of color #83F14A: hue angle of 99.52º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83F14A is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB13124174-
CMYK0.4600.690.05
HSL99.52º85.64%61.76%-
HSV(B)99.52º69.29%94.51%-
XYZ42.0568.2317.43-
YUV189.0763.0686.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 241 (94.53% from 255) = 54.04%
BLUE value IS 74 (29.30% from 255) = 16.59%
R=29.37%
G=54.04%
B=16.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal131241740.4600.690.0599.5285.6461.76
Hex83F14A2E045564563e
Octal203361112560105514412676
Binary100000111111000110010101011100100010110111001001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83F14A;
 }
 .AnyTagClassName
 {
   color: #83F14A;
 }
</style>
background-color css

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

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

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

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

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

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