Shades of Atlantis #91DF4B
Tints of Atlantis #91DF4B
RGB
CMYK
RGB Variations
Color information
#91DF4B (or 0x91DF4B) is known color: Atlantis. HEX triplet: 91, DF and 4B. RGB value is (145,223,75). Sum of RGB (Red+Green+Blue) = 145+223+75=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #91DF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91DF4B is #6E20B4. Grayscale: #B7B7B7. Windows color (decimal): -7217333 or 4972433. OLE color: 4972433.
HSL color Cylindrical-coordinate representation of color #91DF4B: hue angle of 91.62º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91DF4B is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 75 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.13 |
| HSL | 91.62º | 0.7% | 0.58% | - |
| HSV(B) | 91.62º | 0.66% | 0.87% | - |
| XYZ | 39.33 | 59.3 | 16.03 | - |
| YUV | 182.81 | 67.16 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 75 | 0.35 | 0 | 0.66 | 0.13 | 91.62 | 0.7 | 0.58 |
| Hex | 91 | DF | 4B | 23 | 0 | 42 | D | 5C | 46 | 3A |
| Octal | 221 | 337 | 113 | 43 | 0 | 102 | 15 | 134 | 106 | 72 |
| Binary | 10010001 | 11011111 | 1001011 | 100011 | 0 | 1000010 | 1101 | 1011100 | 1000110 | 111010 |
Color Harmonies of #91DF4B
Complementary color
Monochromatic Colors of #91DF4B
Black with #91DF4B
Text Example
Text Example
White with #91DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DF4B; }
p { color: rgb(145,223,75); }
H1.HeaderClassName
{
color: #91DF4B;
}
.AnyTagClassName
{
color: #91DF4B;
}
</style>
background-color css
<style>
a { background-color: #91DF4B; }
a { background-color: rgb(145,223,75); }
div.DivClassName
{
background-color: #91DF4B;
}
.BgClassName
{
background-color: #91DF4B;
}
</style>
border-color css
<style>
span { border-color: #91DF4B; }
span { border-color: rgb(145,223,75); }
td.TdClassName
{
border-color: #91DF4B;
}
.TagClassName
{
border-color: #91DF4B;
}
</style>