#83CA40

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

Shades of Atlantis #83CA40

Tints of Atlantis #83CA40

Color information

#83CA40 (or 0x83CA40) is unknown color: approx Atlantis. HEX triplet: 83, CA and 40. RGB value is (131,202,64). Sum of RGB (Red+Green+Blue) = 131+202+64=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CA40 is #7C35BF. Grayscale: #A5A5A5. Windows color (decimal): -8140224 or 4246147. OLE color: 4246147.

HSL color Cylindrical-coordinate representation of color #83CA40: hue angle of 90.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83CA40 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB13120264-
CMYK0.3500.680.21
HSL90.87º56.56%52.16%-
HSV(B)90.87º68.32%79.22%-
XYZ31.4147.4412.35-
YUV165.0470.98103.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 64 (25.39% from 255) = 16.12%
R=33.00%
G=50.88%
B=16.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131202640.3500.680.2190.8756.5652.16
Hex83CA4023044155b3934
Octal203312100430104251337164
Binary1000001111001010100000010001101000100101011011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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