#83C740

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

Shades of Atlantis #83C740

Tints of Atlantis #83C740

Color information

#83C740 (or 0x83C740) is unknown color: approx Atlantis. HEX triplet: 83, C7 and 40. RGB value is (131,199,64). Sum of RGB (Red+Green+Blue) = 131+199+64=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #83C740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C740 is #7C38BF. Grayscale: #A3A3A3. Windows color (decimal): -8140992 or 4245379. OLE color: 4245379.

HSL color Cylindrical-coordinate representation of color #83C740: hue angle of 90.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83C740 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB13119964-
CMYK0.3400.680.22
HSL90.22º54.66%51.57%-
HSV(B)90.22º67.84%78.04%-
XYZ30.7146.0412.12-
YUV163.2871.97104.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 199 (78.12% from 255) = 50.51%
BLUE value IS 64 (25.39% from 255) = 16.24%
R=33.25%
G=50.51%
B=16.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131199640.3400.680.2290.2254.6651.57
Hex83C74022044165a3734
Octal203307100420104261326764
Binary1000001111000111100000010001001000100101101011010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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