#83C140

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

Shades of Atlantis #83C140

Tints of Atlantis #83C140

Color information

#83C140 (or 0x83C140) is unknown color: approx Atlantis. HEX triplet: 83, C1 and 40. RGB value is (131,193,64). Sum of RGB (Red+Green+Blue) = 131+193+64=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #83C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C140 is #7C3EBF. Grayscale: #A0A0A0. Windows color (decimal): -8142528 or 4243843. OLE color: 4243843.

HSL color Cylindrical-coordinate representation of color #83C140: hue angle of 88.84º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83C140 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB13119364-
CMYK0.3200.670.24
HSL88.84º50.99%50.39%-
HSV(B)88.84º66.84%75.69%-
XYZ29.3643.3411.67-
YUV159.7673.96107.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 193 (75.78% from 255) = 49.74%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=33.76%
G=49.74%
B=16.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131193640.3200.670.2488.8450.9950.39
Hex83C1402004318593332
Octal203301100400103301316362
Binary1000001111000001100000010000001000011110001011001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,193,64); }

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

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

 a { background-color: rgb(131,193,64); }

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

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

 span { border-color: rgb(131,193,64); }

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