Shades of Atlantis #91D238
Tints of Atlantis #91D238
RGB
CMYK
RGB Variations
Color information
#91D238 (or 0x91D238) is known color: Atlantis. HEX triplet: 91, D2 and 38. RGB value is (145,210,56). Sum of RGB (Red+Green+Blue) = 145+210+56=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #91D238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91D238 is #6E2DC7. Grayscale: #ADADAD. Windows color (decimal): -7220680 or 3723921. OLE color: 3723921.
HSL color Cylindrical-coordinate representation of color #91D238: hue angle of 85.32º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91D238 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 56 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.18 |
| HSL | 85.32º | 0.63% | 0.52% | - |
| HSV(B) | 85.32º | 0.73% | 0.82% | - |
| XYZ | 35.44 | 52.4 | 11.99 | - |
| YUV | 173.01 | 61.97 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 56 | 0.31 | 0 | 0.73 | 0.18 | 85.32 | 0.63 | 0.52 |
| Hex | 91 | D2 | 38 | 1F | 0 | 49 | 12 | 55 | 3F | 34 |
| Octal | 221 | 322 | 70 | 37 | 0 | 111 | 22 | 125 | 77 | 64 |
| Binary | 10010001 | 11010010 | 111000 | 11111 | 0 | 1001001 | 10010 | 1010101 | 111111 | 110100 |
Color Harmonies of #91D238
Complementary color
Monochromatic Colors of #91D238
Black with #91D238
Text Example
Text Example
White with #91D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D238; }
p { color: rgb(145,210,56); }
H1.HeaderClassName
{
color: #91D238;
}
.AnyTagClassName
{
color: #91D238;
}
</style>
background-color css
<style>
a { background-color: #91D238; }
a { background-color: rgb(145,210,56); }
div.DivClassName
{
background-color: #91D238;
}
.BgClassName
{
background-color: #91D238;
}
</style>
border-color css
<style>
span { border-color: #91D238; }
span { border-color: rgb(145,210,56); }
td.TdClassName
{
border-color: #91D238;
}
.TagClassName
{
border-color: #91D238;
}
</style>