Shades of Atlantis #82F341
Tints of Atlantis #82F341
RGB
CMYK
RGB Variations
Color information
#82F341 (or 0x82F341) is known color: Atlantis. HEX triplet: 82, F3 and 41. RGB value is (130,243,65). Sum of RGB (Red+Green+Blue) = 130+243+65=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #82F341 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F341 is #7D0CBE. Grayscale: #BDBDBD. Windows color (decimal): -8195263 or 4322178. OLE color: 4322178.
HSL color Cylindrical-coordinate representation of color #82F341: hue angle of 98.09º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82F341 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 243 | 65 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.05 |
| HSL | 98.09º | 0.88% | 0.6% | - |
| HSV(B) | 98.09º | 0.73% | 0.95% | - |
| XYZ | 42.21 | 69.23 | 16.14 | - |
| YUV | 188.92 | 58.06 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 243 | 65 | 0.47 | 0 | 0.73 | 0.05 | 98.09 | 0.88 | 0.6 |
| Hex | 82 | F3 | 41 | 2F | 0 | 49 | 5 | 62 | 58 | 3C |
| Octal | 202 | 363 | 101 | 57 | 0 | 111 | 5 | 142 | 130 | 74 |
| Binary | 10000010 | 11110011 | 1000001 | 101111 | 0 | 1001001 | 101 | 1100010 | 1011000 | 111100 |
Color Harmonies of #82F341
Complementary color
Monochromatic Colors of #82F341
Black with #82F341
Text Example
Text Example
White with #82F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F341; }
p { color: rgb(130,243,65); }
H1.HeaderClassName
{
color: #82F341;
}
.AnyTagClassName
{
color: #82F341;
}
</style>
background-color css
<style>
a { background-color: #82F341; }
a { background-color: rgb(130,243,65); }
div.DivClassName
{
background-color: #82F341;
}
.BgClassName
{
background-color: #82F341;
}
</style>
border-color css
<style>
span { border-color: #82F341; }
span { border-color: rgb(130,243,65); }
td.TdClassName
{
border-color: #82F341;
}
.TagClassName
{
border-color: #82F341;
}
</style>