Shades of Atlantis #83CA41
Tints of Atlantis #83CA41
RGB
CMYK
RGB Variations
Color information
#83CA41 (or 0x83CA41) is known color: Atlantis. HEX triplet: 83, CA and 41. RGB value is (131,202,65). Sum of RGB (Red+Green+Blue) = 131+202+65=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CA41 is #7C35BE. Grayscale: #A5A5A5. Windows color (decimal): -8140223 or 4311683. OLE color: 4311683.
HSL color Cylindrical-coordinate representation of color #83CA41: hue angle of 91.09º degrees, saturation: 0.56, 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 #83CA41 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 65 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.21 |
| HSL | 91.09º | 0.56% | 0.52% | - |
| HSV(B) | 91.09º | 0.68% | 0.79% | - |
| XYZ | 31.43 | 47.45 | 12.5 | - |
| YUV | 165.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 65 | 0.35 | 0 | 0.68 | 0.21 | 91.09 | 0.56 | 0.52 |
| Hex | 83 | CA | 41 | 23 | 0 | 44 | 15 | 5B | 38 | 34 |
| Octal | 203 | 312 | 101 | 43 | 0 | 104 | 25 | 133 | 70 | 64 |
| Binary | 10000011 | 11001010 | 1000001 | 100011 | 0 | 1000100 | 10101 | 1011011 | 111000 | 110100 |
Color Harmonies of #83CA41
Complementary color
Monochromatic Colors of #83CA41
Black with #83CA41
Text Example
Text Example
White with #83CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CA41; }
p { color: rgb(131,202,65); }
H1.HeaderClassName
{
color: #83CA41;
}
.AnyTagClassName
{
color: #83CA41;
}
</style>
background-color css
<style>
a { background-color: #83CA41; }
a { background-color: rgb(131,202,65); }
div.DivClassName
{
background-color: #83CA41;
}
.BgClassName
{
background-color: #83CA41;
}
</style>
border-color css
<style>
span { border-color: #83CA41; }
span { border-color: rgb(131,202,65); }
td.TdClassName
{
border-color: #83CA41;
}
.TagClassName
{
border-color: #83CA41;
}
</style>