Shades of Atlantis #83C33F
Tints of Atlantis #83C33F
RGB
CMYK
RGB Variations
Color information
#83C33F (or 0x83C33F) is known color: Atlantis. HEX triplet: 83, C3 and 3F. RGB value is (131,195,63). Sum of RGB (Red+Green+Blue) = 131+195+63=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #83C33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C33F is #7C3CC0. Grayscale: #A1A1A1. Windows color (decimal): -8142017 or 4178819. OLE color: 4178819.
HSL color Cylindrical-coordinate representation of color #83C33F: hue angle of 89.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83C33F is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 63 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.24 |
| HSL | 89.09º | 0.52% | 0.51% | - |
| HSV(B) | 89.09º | 0.68% | 0.76% | - |
| XYZ | 29.77 | 44.21 | 11.67 | - |
| YUV | 160.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 63 | 0.33 | 0 | 0.68 | 0.24 | 89.09 | 0.52 | 0.51 |
| Hex | 83 | C3 | 3F | 21 | 0 | 44 | 18 | 59 | 34 | 33 |
| Octal | 203 | 303 | 77 | 41 | 0 | 104 | 30 | 131 | 64 | 63 |
| Binary | 10000011 | 11000011 | 111111 | 100001 | 0 | 1000100 | 11000 | 1011001 | 110100 | 110011 |
Color Harmonies of #83C33F
Complementary color
Monochromatic Colors of #83C33F
Black with #83C33F
Text Example
Text Example
White with #83C33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C33F; }
p { color: rgb(131,195,63); }
H1.HeaderClassName
{
color: #83C33F;
}
.AnyTagClassName
{
color: #83C33F;
}
</style>
background-color css
<style>
a { background-color: #83C33F; }
a { background-color: rgb(131,195,63); }
div.DivClassName
{
background-color: #83C33F;
}
.BgClassName
{
background-color: #83C33F;
}
</style>
border-color css
<style>
span { border-color: #83C33F; }
span { border-color: rgb(131,195,63); }
td.TdClassName
{
border-color: #83C33F;
}
.TagClassName
{
border-color: #83C33F;
}
</style>