#83F238

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

Shades of Atlantis #83F238

Tints of Atlantis #83F238

Color information

#83F238 (or 0x83F238) is unknown color: approx Atlantis. HEX triplet: 83, F2 and 38. RGB value is (131,242,56). Sum of RGB (Red+Green+Blue) = 131+242+56=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #83F238 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F238 is #7C0DC7. Grayscale: #BCBCBC. Windows color (decimal): -8129992 or 3732099. OLE color: 3732099.

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

Color convert

RGB13124256-
CMYK0.4600.770.05
HSL95.81º87.74%58.43%-
HSV(B)95.81º76.86%94.9%-
XYZ41.8368.6214.78-
YUV187.6153.7387.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.54%
GREEN value IS 242 (94.92% from 255) = 56.41%
BLUE value IS 56 (22.27% from 255) = 13.05%
R=30.54%
G=56.41%
B=13.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal131242560.4600.770.0595.8187.7458.43
Hex83F2382E04D560583a
Octal20336270560115514013072
Binary10000011111100101110001011100100110110111000001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,242,56); }

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

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

 a { background-color: rgb(131,242,56); }

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

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

 span { border-color: rgb(131,242,56); }

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