Shades of Atlantis #82EF3C
Tints of Atlantis #82EF3C
RGB
CMYK
RGB Variations
Color information
#82EF3C (or 0x82EF3C) is known color: Atlantis. HEX triplet: 82, EF and 3C. RGB value is (130,239,60). Sum of RGB (Red+Green+Blue) = 130+239+60=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 239 (93.75% from 255 or 55.71% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EF3C is #7D10C3. Grayscale: #BABABA. Windows color (decimal): -8196292 or 3993474. OLE color: 3993474.
HSL color Cylindrical-coordinate representation of color #82EF3C: hue angle of 96.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82EF3C is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 239 | 60 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.06 |
| HSL | 96.54º | 0.85% | 0.59% | - |
| HSV(B) | 96.54º | 0.75% | 0.94% | - |
| XYZ | 40.89 | 66.81 | 15.01 | - |
| YUV | 186 | 56.89 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 239 | 60 | 0.46 | 0 | 0.75 | 0.06 | 96.54 | 0.85 | 0.59 |
| Hex | 82 | EF | 3C | 2E | 0 | 4B | 6 | 61 | 55 | 3B |
| Octal | 202 | 357 | 74 | 56 | 0 | 113 | 6 | 141 | 125 | 73 |
| Binary | 10000010 | 11101111 | 111100 | 101110 | 0 | 1001011 | 110 | 1100001 | 1010101 | 111011 |
Color Harmonies of #82EF3C
Complementary color
Monochromatic Colors of #82EF3C
Black with #82EF3C
Text Example
Text Example
White with #82EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EF3C; }
p { color: rgb(130,239,60); }
H1.HeaderClassName
{
color: #82EF3C;
}
.AnyTagClassName
{
color: #82EF3C;
}
</style>
background-color css
<style>
a { background-color: #82EF3C; }
a { background-color: rgb(130,239,60); }
div.DivClassName
{
background-color: #82EF3C;
}
.BgClassName
{
background-color: #82EF3C;
}
</style>
border-color css
<style>
span { border-color: #82EF3C; }
span { border-color: rgb(130,239,60); }
td.TdClassName
{
border-color: #82EF3C;
}
.TagClassName
{
border-color: #82EF3C;
}
</style>