#83f13b

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

Shades of Atlantis #83F13B

Tints of Atlantis #83F13B

Color information

#83F13B (or 0x83F13B) is unknown color: approx Atlantis. HEX triplet: 83, F1 and 3B. RGB value is (131,241,59). Sum of RGB (Red+Green+Blue) = 131+241+59=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 241 (94.53% from 255 or 55.92% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 241 - color contains mainly: green. Hex color #83F13B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F13B is #7C0EC4. Grayscale: #BBBBBB. Windows color (decimal): -8130245 or 3928451. OLE color: 3928451.

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

Color convert

RGB13124159-
CMYK0.4600.760.05
HSL96.26º86.67%58.82%-
HSV(B)96.26º75.52%94.51%-
XYZ41.668.0515.08-
YUV187.3655.5687.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.39%
GREEN value IS 241 (94.53% from 255) = 55.92%
BLUE value IS 59 (23.44% from 255) = 13.69%
R=30.39%
G=55.92%
B=13.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal131241590.4600.760.0596.2686.6758.82
Hex83F13B2E04C560573b
Octal20336173560114514012773
Binary10000011111100011110111011100100110010111000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83f13b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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