Shades of Atlantis #92DD45
Tints of Atlantis #92DD45
RGB
CMYK
RGB Variations
Color information
#92DD45 (or 0x92DD45) is known color: Atlantis. HEX triplet: 92, DD and 45. RGB value is (146,221,69). Sum of RGB (Red+Green+Blue) = 146+221+69=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DD45 is #6D22BA. Grayscale: #B5B5B5. Windows color (decimal): -7152315 or 4578706. OLE color: 4578706.
HSL color Cylindrical-coordinate representation of color #92DD45: hue angle of 89.61º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92DD45 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 69 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.13 |
| HSL | 89.61º | 0.69% | 0.57% | - |
| HSV(B) | 89.61º | 0.69% | 0.87% | - |
| XYZ | 38.78 | 58.25 | 14.83 | - |
| YUV | 181.25 | 64.65 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 69 | 0.34 | 0 | 0.69 | 0.13 | 89.61 | 0.69 | 0.57 |
| Hex | 92 | DD | 45 | 22 | 0 | 45 | D | 5A | 45 | 39 |
| Octal | 222 | 335 | 105 | 42 | 0 | 105 | 15 | 132 | 105 | 71 |
| Binary | 10010010 | 11011101 | 1000101 | 100010 | 0 | 1000101 | 1101 | 1011010 | 1000101 | 111001 |
Color Harmonies of #92DD45
Complementary color
Monochromatic Colors of #92DD45
Black with #92DD45
Text Example
Text Example
White with #92DD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD45; }
p { color: rgb(146,221,69); }
H1.HeaderClassName
{
color: #92DD45;
}
.AnyTagClassName
{
color: #92DD45;
}
</style>
background-color css
<style>
a { background-color: #92DD45; }
a { background-color: rgb(146,221,69); }
div.DivClassName
{
background-color: #92DD45;
}
.BgClassName
{
background-color: #92DD45;
}
</style>
border-color css
<style>
span { border-color: #92DD45; }
span { border-color: rgb(146,221,69); }
td.TdClassName
{
border-color: #92DD45;
}
.TagClassName
{
border-color: #92DD45;
}
</style>