Shades of Atlantis #82CF3F
Tints of Atlantis #82CF3F
RGB
CMYK
RGB Variations
Color information
#82CF3F (or 0x82CF3F) is known color: Atlantis. HEX triplet: 82, CF and 3F. RGB value is (130,207,63). Sum of RGB (Red+Green+Blue) = 130+207+63=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CF3F is #7D30C0. Grayscale: #A8A8A8. Windows color (decimal): -8204481 or 4181890. OLE color: 4181890.
HSL color Cylindrical-coordinate representation of color #82CF3F: hue angle of 92.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82CF3F is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 63 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.19 |
| HSL | 92.08º | 0.6% | 0.53% | - |
| HSV(B) | 92.08º | 0.7% | 0.81% | - |
| XYZ | 32.42 | 49.73 | 12.59 | - |
| YUV | 167.56 | 68.99 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 63 | 0.37 | 0 | 0.70 | 0.19 | 92.08 | 0.6 | 0.53 |
| Hex | 82 | CF | 3F | 25 | 0 | 46 | 13 | 5C | 3C | 35 |
| Octal | 202 | 317 | 77 | 45 | 0 | 106 | 23 | 134 | 74 | 65 |
| Binary | 10000010 | 11001111 | 111111 | 100101 | 0 | 1000110 | 10011 | 1011100 | 111100 | 110101 |
Color Harmonies of #82CF3F
Complementary color
Monochromatic Colors of #82CF3F
Black with #82CF3F
Text Example
Text Example
White with #82CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF3F; }
p { color: rgb(130,207,63); }
H1.HeaderClassName
{
color: #82CF3F;
}
.AnyTagClassName
{
color: #82CF3F;
}
</style>
background-color css
<style>
a { background-color: #82CF3F; }
a { background-color: rgb(130,207,63); }
div.DivClassName
{
background-color: #82CF3F;
}
.BgClassName
{
background-color: #82CF3F;
}
</style>
border-color css
<style>
span { border-color: #82CF3F; }
span { border-color: rgb(130,207,63); }
td.TdClassName
{
border-color: #82CF3F;
}
.TagClassName
{
border-color: #82CF3F;
}
</style>