Shades of Atlantis #92D451
Tints of Atlantis #92D451
RGB
CMYK
RGB Variations
Color information
#92D451 (or 0x92D451) is known color: Atlantis. HEX triplet: 92, D4 and 51. RGB value is (146,212,81). Sum of RGB (Red+Green+Blue) = 146+212+81=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #92D451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D451 is #6D2BAE. Grayscale: #B1B1B1. Windows color (decimal): -7154607 or 5362834. OLE color: 5362834.
HSL color Cylindrical-coordinate representation of color #92D451: hue angle of 90.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92D451 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 212 | 81 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.17 |
| HSL | 90.23º | 0.6% | 0.57% | - |
| HSV(B) | 90.23º | 0.62% | 0.83% | - |
| XYZ | 36.88 | 53.79 | 16.22 | - |
| YUV | 177.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 212 | 81 | 0.31 | 0 | 0.62 | 0.17 | 90.23 | 0.6 | 0.57 |
| Hex | 92 | D4 | 51 | 1F | 0 | 3E | 11 | 5A | 3C | 39 |
| Octal | 222 | 324 | 121 | 37 | 0 | 76 | 21 | 132 | 74 | 71 |
| Binary | 10010010 | 11010100 | 1010001 | 11111 | 0 | 111110 | 10001 | 1011010 | 111100 | 111001 |
Color Harmonies of #92D451
Complementary color
Monochromatic Colors of #92D451
Black with #92D451
Text Example
Text Example
White with #92D451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D451; }
p { color: rgb(146,212,81); }
H1.HeaderClassName
{
color: #92D451;
}
.AnyTagClassName
{
color: #92D451;
}
</style>
background-color css
<style>
a { background-color: #92D451; }
a { background-color: rgb(146,212,81); }
div.DivClassName
{
background-color: #92D451;
}
.BgClassName
{
background-color: #92D451;
}
</style>
border-color css
<style>
span { border-color: #92D451; }
span { border-color: rgb(146,212,81); }
td.TdClassName
{
border-color: #92D451;
}
.TagClassName
{
border-color: #92D451;
}
</style>