Shades of Atlantis #81F341
Tints of Atlantis #81F341
RGB
CMYK
RGB Variations
Color information
#81F341 (or 0x81F341) is known color: Atlantis. HEX triplet: 81, F3 and 41. RGB value is (129,243,65). Sum of RGB (Red+Green+Blue) = 129+243+65=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #81F341 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81F341 is #7E0CBE. Grayscale: #BDBDBD. Windows color (decimal): -8260799 or 4322177. OLE color: 4322177.
HSL color Cylindrical-coordinate representation of color #81F341: hue angle of 98.43º 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 #81F341 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 243 | 65 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.05 |
| HSL | 98.43º | 0.88% | 0.6% | - |
| HSV(B) | 98.43º | 0.73% | 0.95% | - |
| XYZ | 42.06 | 69.15 | 16.13 | - |
| YUV | 188.62 | 58.23 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 243 | 65 | 0.47 | 0 | 0.73 | 0.05 | 98.43 | 0.88 | 0.6 |
| Hex | 81 | F3 | 41 | 2F | 0 | 49 | 5 | 62 | 58 | 3C |
| Octal | 201 | 363 | 101 | 57 | 0 | 111 | 5 | 142 | 130 | 74 |
| Binary | 10000001 | 11110011 | 1000001 | 101111 | 0 | 1001001 | 101 | 1100010 | 1011000 | 111100 |
Color Harmonies of #81F341
Complementary color
Monochromatic Colors of #81F341
Black with #81F341
Text Example
Text Example
White with #81F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F341; }
p { color: rgb(129,243,65); }
H1.HeaderClassName
{
color: #81F341;
}
.AnyTagClassName
{
color: #81F341;
}
</style>
background-color css
<style>
a { background-color: #81F341; }
a { background-color: rgb(129,243,65); }
div.DivClassName
{
background-color: #81F341;
}
.BgClassName
{
background-color: #81F341;
}
</style>
border-color css
<style>
span { border-color: #81F341; }
span { border-color: rgb(129,243,65); }
td.TdClassName
{
border-color: #81F341;
}
.TagClassName
{
border-color: #81F341;
}
</style>