Shades of Atlantis #91D63B
Tints of Atlantis #91D63B
RGB
CMYK
RGB Variations
Color information
#91D63B (or 0x91D63B) is known color: Atlantis. HEX triplet: 91, D6 and 3B. RGB value is (145,214,59). Sum of RGB (Red+Green+Blue) = 145+214+59=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #91D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91D63B is #6E29C4. Grayscale: #B0B0B0. Windows color (decimal): -7219653 or 3921553. OLE color: 3921553.
HSL color Cylindrical-coordinate representation of color #91D63B: hue angle of 86.71º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #91D63B is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 214 | 59 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.16 |
| HSL | 86.71º | 0.65% | 0.54% | - |
| HSV(B) | 86.71º | 0.72% | 0.84% | - |
| XYZ | 36.51 | 54.43 | 12.72 | - |
| YUV | 175.7 | 62.14 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 214 | 59 | 0.32 | 0 | 0.72 | 0.16 | 86.71 | 0.65 | 0.54 |
| Hex | 91 | D6 | 3B | 20 | 0 | 48 | 10 | 57 | 41 | 36 |
| Octal | 221 | 326 | 73 | 40 | 0 | 110 | 20 | 127 | 101 | 66 |
| Binary | 10010001 | 11010110 | 111011 | 100000 | 0 | 1001000 | 10000 | 1010111 | 1000001 | 110110 |
Color Harmonies of #91D63B
Complementary color
Monochromatic Colors of #91D63B
Black with #91D63B
Text Example
Text Example
White with #91D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D63B; }
p { color: rgb(145,214,59); }
H1.HeaderClassName
{
color: #91D63B;
}
.AnyTagClassName
{
color: #91D63B;
}
</style>
background-color css
<style>
a { background-color: #91D63B; }
a { background-color: rgb(145,214,59); }
div.DivClassName
{
background-color: #91D63B;
}
.BgClassName
{
background-color: #91D63B;
}
</style>
border-color css
<style>
span { border-color: #91D63B; }
span { border-color: rgb(145,214,59); }
td.TdClassName
{
border-color: #91D63B;
}
.TagClassName
{
border-color: #91D63B;
}
</style>