Shades of Atlantis #91DB4B
Tints of Atlantis #91DB4B
RGB
CMYK
RGB Variations
Color information
#91DB4B (or 0x91DB4B) is known color: Atlantis. HEX triplet: 91, DB and 4B. RGB value is (145,219,75). Sum of RGB (Red+Green+Blue) = 145+219+75=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #91DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91DB4B is #6E24B4. Grayscale: #B4B4B4. Windows color (decimal): -7218357 or 4971409. OLE color: 4971409.
HSL color Cylindrical-coordinate representation of color #91DB4B: hue angle of 90.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91DB4B is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 219 | 75 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.14 |
| HSL | 90.83º | 0.67% | 0.58% | - |
| HSV(B) | 90.83º | 0.66% | 0.86% | - |
| XYZ | 38.28 | 57.19 | 15.68 | - |
| YUV | 180.46 | 68.48 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 75 | 0.34 | 0 | 0.66 | 0.14 | 90.83 | 0.67 | 0.58 |
| Hex | 91 | DB | 4B | 22 | 0 | 42 | E | 5B | 43 | 3A |
| Octal | 221 | 333 | 113 | 42 | 0 | 102 | 16 | 133 | 103 | 72 |
| Binary | 10010001 | 11011011 | 1001011 | 100010 | 0 | 1000010 | 1110 | 1011011 | 1000011 | 111010 |
Color Harmonies of #91DB4B
Complementary color
Monochromatic Colors of #91DB4B
Black with #91DB4B
Text Example
Text Example
White with #91DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DB4B; }
p { color: rgb(145,219,75); }
H1.HeaderClassName
{
color: #91DB4B;
}
.AnyTagClassName
{
color: #91DB4B;
}
</style>
background-color css
<style>
a { background-color: #91DB4B; }
a { background-color: rgb(145,219,75); }
div.DivClassName
{
background-color: #91DB4B;
}
.BgClassName
{
background-color: #91DB4B;
}
</style>
border-color css
<style>
span { border-color: #91DB4B; }
span { border-color: rgb(145,219,75); }
td.TdClassName
{
border-color: #91DB4B;
}
.TagClassName
{
border-color: #91DB4B;
}
</style>