Shades of Atlantis #91DF32
Tints of Atlantis #91DF32
RGB
CMYK
RGB Variations
Color information
#91DF32 (or 0x91DF32) is known color: Atlantis. HEX triplet: 91, DF and 32. RGB value is (145,223,50). Sum of RGB (Red+Green+Blue) = 145+223+50=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #91DF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91DF32 is #6E20CD. Grayscale: #B4B4B4. Windows color (decimal): -7217358 or 3334033. OLE color: 3334033.
HSL color Cylindrical-coordinate representation of color #91DF32: hue angle of 87.05º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #91DF32 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 50 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.13 |
| HSL | 87.05º | 0.73% | 0.54% | - |
| HSV(B) | 87.05º | 0.78% | 0.87% | - |
| XYZ | 38.64 | 59.03 | 12.37 | - |
| YUV | 179.96 | 54.66 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 50 | 0.35 | 0 | 0.78 | 0.13 | 87.05 | 0.73 | 0.54 |
| Hex | 91 | DF | 32 | 23 | 0 | 4E | D | 57 | 49 | 36 |
| Octal | 221 | 337 | 62 | 43 | 0 | 116 | 15 | 127 | 111 | 66 |
| Binary | 10010001 | 11011111 | 110010 | 100011 | 0 | 1001110 | 1101 | 1010111 | 1001001 | 110110 |
Color Harmonies of #91DF32
Complementary color
Monochromatic Colors of #91DF32
Black with #91DF32
Text Example
Text Example
White with #91DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DF32; }
p { color: rgb(145,223,50); }
H1.HeaderClassName
{
color: #91DF32;
}
.AnyTagClassName
{
color: #91DF32;
}
</style>
background-color css
<style>
a { background-color: #91DF32; }
a { background-color: rgb(145,223,50); }
div.DivClassName
{
background-color: #91DF32;
}
.BgClassName
{
background-color: #91DF32;
}
</style>
border-color css
<style>
span { border-color: #91DF32; }
span { border-color: rgb(145,223,50); }
td.TdClassName
{
border-color: #91DF32;
}
.TagClassName
{
border-color: #91DF32;
}
</style>