Shades of Atlantis #92DC4D
Tints of Atlantis #92DC4D
RGB
CMYK
RGB Variations
Color information
#92DC4D (or 0x92DC4D) is known color: Atlantis. HEX triplet: 92, DC and 4D. RGB value is (146,220,77). Sum of RGB (Red+Green+Blue) = 146+220+77=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DC4D is #6D23B2. Grayscale: #B6B6B6. Windows color (decimal): -7152563 or 5102738. OLE color: 5102738.
HSL color Cylindrical-coordinate representation of color #92DC4D: hue angle of 91.05º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92DC4D is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 77 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.14 |
| HSL | 91.05º | 0.67% | 0.58% | - |
| HSV(B) | 91.05º | 0.65% | 0.86% | - |
| XYZ | 38.79 | 57.83 | 16.14 | - |
| YUV | 181.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 77 | 0.34 | 0 | 0.65 | 0.14 | 91.05 | 0.67 | 0.58 |
| Hex | 92 | DC | 4D | 22 | 0 | 41 | E | 5B | 43 | 3A |
| Octal | 222 | 334 | 115 | 42 | 0 | 101 | 16 | 133 | 103 | 72 |
| Binary | 10010010 | 11011100 | 1001101 | 100010 | 0 | 1000001 | 1110 | 1011011 | 1000011 | 111010 |
Color Harmonies of #92DC4D
Complementary color
Monochromatic Colors of #92DC4D
Black with #92DC4D
Text Example
Text Example
White with #92DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DC4D; }
p { color: rgb(146,220,77); }
H1.HeaderClassName
{
color: #92DC4D;
}
.AnyTagClassName
{
color: #92DC4D;
}
</style>
background-color css
<style>
a { background-color: #92DC4D; }
a { background-color: rgb(146,220,77); }
div.DivClassName
{
background-color: #92DC4D;
}
.BgClassName
{
background-color: #92DC4D;
}
</style>
border-color css
<style>
span { border-color: #92DC4D; }
span { border-color: rgb(146,220,77); }
td.TdClassName
{
border-color: #92DC4D;
}
.TagClassName
{
border-color: #92DC4D;
}
</style>