Shades of Atlantis #92DF41
Tints of Atlantis #92DF41
RGB
CMYK
RGB Variations
Color information
#92DF41 (or 0x92DF41) is known color: Atlantis. HEX triplet: 92, DF and 41. RGB value is (146,223,65). Sum of RGB (Red+Green+Blue) = 146+223+65=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #92DF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DF41 is #6D20BE. Grayscale: #B6B6B6. Windows color (decimal): -7151807 or 4317074. OLE color: 4317074.
HSL color Cylindrical-coordinate representation of color #92DF41: hue angle of 89.24º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92DF41 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 65 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.13 |
| HSL | 89.24º | 0.71% | 0.56% | - |
| HSV(B) | 89.24º | 0.71% | 0.87% | - |
| XYZ | 39.2 | 59.27 | 14.38 | - |
| YUV | 181.97 | 61.99 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 65 | 0.35 | 0 | 0.71 | 0.13 | 89.24 | 0.71 | 0.56 |
| Hex | 92 | DF | 41 | 23 | 0 | 47 | D | 59 | 47 | 38 |
| Octal | 222 | 337 | 101 | 43 | 0 | 107 | 15 | 131 | 107 | 70 |
| Binary | 10010010 | 11011111 | 1000001 | 100011 | 0 | 1000111 | 1101 | 1011001 | 1000111 | 111000 |
Color Harmonies of #92DF41
Complementary color
Monochromatic Colors of #92DF41
Black with #92DF41
Text Example
Text Example
White with #92DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DF41; }
p { color: rgb(146,223,65); }
H1.HeaderClassName
{
color: #92DF41;
}
.AnyTagClassName
{
color: #92DF41;
}
</style>
background-color css
<style>
a { background-color: #92DF41; }
a { background-color: rgb(146,223,65); }
div.DivClassName
{
background-color: #92DF41;
}
.BgClassName
{
background-color: #92DF41;
}
</style>
border-color css
<style>
span { border-color: #92DF41; }
span { border-color: rgb(146,223,65); }
td.TdClassName
{
border-color: #92DF41;
}
.TagClassName
{
border-color: #92DF41;
}
</style>