Shades of Atlantis #82F130
Tints of Atlantis #82F130
RGB
CMYK
RGB Variations
Color information
#82F130 (or 0x82F130) is known color: Atlantis. HEX triplet: 82, F1 and 30. RGB value is (130,241,48). Sum of RGB (Red+Green+Blue) = 130+241+48=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #82F130 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F130 is #7D0ECF. Grayscale: #BABABA. Windows color (decimal): -8195792 or 3207554. OLE color: 3207554.
HSL color Cylindrical-coordinate representation of color #82F130: hue angle of 94.51º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82F130 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 241 | 48 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.05 |
| HSL | 94.51º | 0.87% | 0.57% | - |
| HSV(B) | 94.51º | 0.8% | 0.95% | - |
| XYZ | 41.19 | 67.87 | 13.73 | - |
| YUV | 185.81 | 50.23 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 241 | 48 | 0.46 | 0 | 0.80 | 0.05 | 94.51 | 0.87 | 0.57 |
| Hex | 82 | F1 | 30 | 2E | 0 | 50 | 5 | 5F | 57 | 39 |
| Octal | 202 | 361 | 60 | 56 | 0 | 120 | 5 | 137 | 127 | 71 |
| Binary | 10000010 | 11110001 | 110000 | 101110 | 0 | 1010000 | 101 | 1011111 | 1010111 | 111001 |
Color Harmonies of #82F130
Complementary color
Monochromatic Colors of #82F130
Black with #82F130
Text Example
Text Example
White with #82F130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F130; }
p { color: rgb(130,241,48); }
H1.HeaderClassName
{
color: #82F130;
}
.AnyTagClassName
{
color: #82F130;
}
</style>
background-color css
<style>
a { background-color: #82F130; }
a { background-color: rgb(130,241,48); }
div.DivClassName
{
background-color: #82F130;
}
.BgClassName
{
background-color: #82F130;
}
</style>
border-color css
<style>
span { border-color: #82F130; }
span { border-color: rgb(130,241,48); }
td.TdClassName
{
border-color: #82F130;
}
.TagClassName
{
border-color: #82F130;
}
</style>