Shades of Atlantis #83CF40
Tints of Atlantis #83CF40
RGB
CMYK
RGB Variations
Color information
#83CF40 (or 0x83CF40) is known color: Atlantis. HEX triplet: 83, CF and 40. RGB value is (131,207,64). Sum of RGB (Red+Green+Blue) = 131+207+64=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CF40 is #7C30BF. Grayscale: #A8A8A8. Windows color (decimal): -8138944 or 4247427. OLE color: 4247427.
HSL color Cylindrical-coordinate representation of color #83CF40: hue angle of 91.89º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83CF40 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 64 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.19 |
| HSL | 91.89º | 0.6% | 0.53% | - |
| HSV(B) | 91.89º | 0.69% | 0.81% | - |
| XYZ | 32.6 | 49.82 | 12.75 | - |
| YUV | 167.97 | 69.32 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 64 | 0.37 | 0 | 0.69 | 0.19 | 91.89 | 0.6 | 0.53 |
| Hex | 83 | CF | 40 | 25 | 0 | 45 | 13 | 5C | 3C | 35 |
| Octal | 203 | 317 | 100 | 45 | 0 | 105 | 23 | 134 | 74 | 65 |
| Binary | 10000011 | 11001111 | 1000000 | 100101 | 0 | 1000101 | 10011 | 1011100 | 111100 | 110101 |
Color Harmonies of #83CF40
Complementary color
Monochromatic Colors of #83CF40
Black with #83CF40
Text Example
Text Example
White with #83CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CF40; }
p { color: rgb(131,207,64); }
H1.HeaderClassName
{
color: #83CF40;
}
.AnyTagClassName
{
color: #83CF40;
}
</style>
background-color css
<style>
a { background-color: #83CF40; }
a { background-color: rgb(131,207,64); }
div.DivClassName
{
background-color: #83CF40;
}
.BgClassName
{
background-color: #83CF40;
}
</style>
border-color css
<style>
span { border-color: #83CF40; }
span { border-color: rgb(131,207,64); }
td.TdClassName
{
border-color: #83CF40;
}
.TagClassName
{
border-color: #83CF40;
}
</style>