#83EF48

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

Shades of Atlantis #83EF48

Tints of Atlantis #83EF48

Color information

#83EF48 (or 0x83EF48) is unknown color: approx Atlantis. HEX triplet: 83, EF and 48. RGB value is (131,239,72). Sum of RGB (Red+Green+Blue) = 131+239+72=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #83EF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83EF48 is #7C10B7. Grayscale: #BCBCBC. Windows color (decimal): -8130744 or 4779907. OLE color: 4779907.

HSL color Cylindrical-coordinate representation of color #83EF48: hue angle of 98.8º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83EF48 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB13123972-
CMYK0.4500.700.06
HSL98.8º83.92%60.98%-
HSV(B)98.8º69.87%93.73%-
XYZ41.467.0316.89-
YUV187.6762.7287.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.64%
GREEN value IS 239 (93.75% from 255) = 54.07%
BLUE value IS 72 (28.52% from 255) = 16.29%
R=29.64%
G=54.07%
B=16.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal131239720.4500.700.0698.883.9260.98
Hex83EF482D046663543d
Octal203357110550106614312475
Binary100000111110111110010001011010100011011011000111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,239,72); }

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

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

 a { background-color: rgb(131,239,72); }

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

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

 span { border-color: rgb(131,239,72); }

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