Shades of Atlantis #83CB3F
Tints of Atlantis #83CB3F
RGB
CMYK
RGB Variations
Color information
#83CB3F (or 0x83CB3F) is known color: Atlantis. HEX triplet: 83, CB and 3F. RGB value is (131,203,63). Sum of RGB (Red+Green+Blue) = 131+203+63=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CB3F is #7C34C0. Grayscale: #A6A6A6. Windows color (decimal): -8139969 or 4180867. OLE color: 4180867.
HSL color Cylindrical-coordinate representation of color #83CB3F: hue angle of 90.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83CB3F is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 63 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.20 |
| HSL | 90.86º | 0.57% | 0.52% | - |
| HSV(B) | 90.86º | 0.69% | 0.8% | - |
| XYZ | 31.61 | 47.9 | 12.28 | - |
| YUV | 165.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 63 | 0.35 | 0 | 0.69 | 0.20 | 90.86 | 0.57 | 0.52 |
| Hex | 83 | CB | 3F | 23 | 0 | 45 | 14 | 5B | 39 | 34 |
| Octal | 203 | 313 | 77 | 43 | 0 | 105 | 24 | 133 | 71 | 64 |
| Binary | 10000011 | 11001011 | 111111 | 100011 | 0 | 1000101 | 10100 | 1011011 | 111001 | 110100 |
Color Harmonies of #83CB3F
Complementary color
Monochromatic Colors of #83CB3F
Black with #83CB3F
Text Example
Text Example
White with #83CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CB3F; }
p { color: rgb(131,203,63); }
H1.HeaderClassName
{
color: #83CB3F;
}
.AnyTagClassName
{
color: #83CB3F;
}
</style>
background-color css
<style>
a { background-color: #83CB3F; }
a { background-color: rgb(131,203,63); }
div.DivClassName
{
background-color: #83CB3F;
}
.BgClassName
{
background-color: #83CB3F;
}
</style>
border-color css
<style>
span { border-color: #83CB3F; }
span { border-color: rgb(131,203,63); }
td.TdClassName
{
border-color: #83CB3F;
}
.TagClassName
{
border-color: #83CB3F;
}
</style>