Shades of Atlantis #83CB41
Tints of Atlantis #83CB41
RGB
CMYK
RGB Variations
Color information
#83CB41 (or 0x83CB41) is known color: Atlantis. HEX triplet: 83, CB and 41. RGB value is (131,203,65). Sum of RGB (Red+Green+Blue) = 131+203+65=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CB41 is #7C34BE. Grayscale: #A6A6A6. Windows color (decimal): -8139967 or 4311939. OLE color: 4311939.
HSL color Cylindrical-coordinate representation of color #83CB41: hue angle of 91.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83CB41 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 65 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.20 |
| HSL | 91.3º | 0.57% | 0.53% | - |
| HSV(B) | 91.3º | 0.68% | 0.8% | - |
| XYZ | 31.67 | 47.92 | 12.58 | - |
| YUV | 165.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 65 | 0.35 | 0 | 0.68 | 0.20 | 91.3 | 0.57 | 0.53 |
| Hex | 83 | CB | 41 | 23 | 0 | 44 | 14 | 5B | 39 | 35 |
| Octal | 203 | 313 | 101 | 43 | 0 | 104 | 24 | 133 | 71 | 65 |
| Binary | 10000011 | 11001011 | 1000001 | 100011 | 0 | 1000100 | 10100 | 1011011 | 111001 | 110101 |
Color Harmonies of #83CB41
Complementary color
Monochromatic Colors of #83CB41
Black with #83CB41
Text Example
Text Example
White with #83CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CB41; }
p { color: rgb(131,203,65); }
H1.HeaderClassName
{
color: #83CB41;
}
.AnyTagClassName
{
color: #83CB41;
}
</style>
background-color css
<style>
a { background-color: #83CB41; }
a { background-color: rgb(131,203,65); }
div.DivClassName
{
background-color: #83CB41;
}
.BgClassName
{
background-color: #83CB41;
}
</style>
border-color css
<style>
span { border-color: #83CB41; }
span { border-color: rgb(131,203,65); }
td.TdClassName
{
border-color: #83CB41;
}
.TagClassName
{
border-color: #83CB41;
}
</style>