Shades of Atlantis #92E541
Tints of Atlantis #92E541
RGB
CMYK
RGB Variations
Color information
#92E541 (or 0x92E541) is known color: Atlantis. HEX triplet: 92, E5 and 41. RGB value is (146,229,65). Sum of RGB (Red+Green+Blue) = 146+229+65=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #92E541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E541 is #6D1ABE. Grayscale: #BABABA. Windows color (decimal): -7150271 or 4318610. OLE color: 4318610.
HSL color Cylindrical-coordinate representation of color #92E541: hue angle of 90.37º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #92E541 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 229 | 65 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.10 |
| HSL | 90.37º | 0.76% | 0.58% | - |
| HSV(B) | 90.37º | 0.72% | 0.9% | - |
| XYZ | 40.83 | 62.53 | 14.92 | - |
| YUV | 185.49 | 60 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 229 | 65 | 0.36 | 0 | 0.72 | 0.10 | 90.37 | 0.76 | 0.58 |
| Hex | 92 | E5 | 41 | 24 | 0 | 48 | A | 5A | 4C | 3A |
| Octal | 222 | 345 | 101 | 44 | 0 | 110 | 12 | 132 | 114 | 72 |
| Binary | 10010010 | 11100101 | 1000001 | 100100 | 0 | 1001000 | 1010 | 1011010 | 1001100 | 111010 |
Color Harmonies of #92E541
Complementary color
Monochromatic Colors of #92E541
Black with #92E541
Text Example
Text Example
White with #92E541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E541; }
p { color: rgb(146,229,65); }
H1.HeaderClassName
{
color: #92E541;
}
.AnyTagClassName
{
color: #92E541;
}
</style>
background-color css
<style>
a { background-color: #92E541; }
a { background-color: rgb(146,229,65); }
div.DivClassName
{
background-color: #92E541;
}
.BgClassName
{
background-color: #92E541;
}
</style>
border-color css
<style>
span { border-color: #92E541; }
span { border-color: rgb(146,229,65); }
td.TdClassName
{
border-color: #92E541;
}
.TagClassName
{
border-color: #92E541;
}
</style>