Shades of Atlantis #91DF34
Tints of Atlantis #91DF34
RGB
CMYK
RGB Variations
Color information
#91DF34 (or 0x91DF34) is known color: Atlantis. HEX triplet: 91, DF and 34. RGB value is (145,223,52). Sum of RGB (Red+Green+Blue) = 145+223+52=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #91DF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91DF34 is #6E20CB. Grayscale: #B4B4B4. Windows color (decimal): -7217356 or 3465105. OLE color: 3465105.
HSL color Cylindrical-coordinate representation of color #91DF34: hue angle of 87.37º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91DF34 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 52 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.13 |
| HSL | 87.37º | 0.73% | 0.54% | - |
| HSV(B) | 87.37º | 0.77% | 0.87% | - |
| XYZ | 38.68 | 59.04 | 12.61 | - |
| YUV | 180.18 | 55.66 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 52 | 0.35 | 0 | 0.77 | 0.13 | 87.37 | 0.73 | 0.54 |
| Hex | 91 | DF | 34 | 23 | 0 | 4D | D | 57 | 49 | 36 |
| Octal | 221 | 337 | 64 | 43 | 0 | 115 | 15 | 127 | 111 | 66 |
| Binary | 10010001 | 11011111 | 110100 | 100011 | 0 | 1001101 | 1101 | 1010111 | 1001001 | 110110 |
Color Harmonies of #91DF34
Complementary color
Monochromatic Colors of #91DF34
Black with #91DF34
Text Example
Text Example
White with #91DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DF34; }
p { color: rgb(145,223,52); }
H1.HeaderClassName
{
color: #91DF34;
}
.AnyTagClassName
{
color: #91DF34;
}
</style>
background-color css
<style>
a { background-color: #91DF34; }
a { background-color: rgb(145,223,52); }
div.DivClassName
{
background-color: #91DF34;
}
.BgClassName
{
background-color: #91DF34;
}
</style>
border-color css
<style>
span { border-color: #91DF34; }
span { border-color: rgb(145,223,52); }
td.TdClassName
{
border-color: #91DF34;
}
.TagClassName
{
border-color: #91DF34;
}
</style>