Shades of Atlantis #89DF41
Tints of Atlantis #89DF41
RGB
CMYK
RGB Variations
Color information
#89DF41 (or 0x89DF41) is known color: Atlantis. HEX triplet: 89, DF and 41. RGB value is (137,223,65). Sum of RGB (Red+Green+Blue) = 137+223+65=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #89DF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89DF41 is #7620BE. Grayscale: #B3B3B3. Windows color (decimal): -7741631 or 4317065. OLE color: 4317065.
HSL color Cylindrical-coordinate representation of color #89DF41: hue angle of 92.66º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89DF41 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 223 | 65 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.13 |
| HSL | 92.66º | 0.71% | 0.56% | - |
| HSV(B) | 92.66º | 0.71% | 0.87% | - |
| XYZ | 37.66 | 58.48 | 14.3 | - |
| YUV | 179.27 | 63.51 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 223 | 65 | 0.39 | 0 | 0.71 | 0.13 | 92.66 | 0.71 | 0.56 |
| Hex | 89 | DF | 41 | 27 | 0 | 47 | D | 5D | 47 | 38 |
| Octal | 211 | 337 | 101 | 47 | 0 | 107 | 15 | 135 | 107 | 70 |
| Binary | 10001001 | 11011111 | 1000001 | 100111 | 0 | 1000111 | 1101 | 1011101 | 1000111 | 111000 |
Color Harmonies of #89DF41
Complementary color
Monochromatic Colors of #89DF41
Black with #89DF41
Text Example
Text Example
White with #89DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DF41; }
p { color: rgb(137,223,65); }
H1.HeaderClassName
{
color: #89DF41;
}
.AnyTagClassName
{
color: #89DF41;
}
</style>
background-color css
<style>
a { background-color: #89DF41; }
a { background-color: rgb(137,223,65); }
div.DivClassName
{
background-color: #89DF41;
}
.BgClassName
{
background-color: #89DF41;
}
</style>
border-color css
<style>
span { border-color: #89DF41; }
span { border-color: rgb(137,223,65); }
td.TdClassName
{
border-color: #89DF41;
}
.TagClassName
{
border-color: #89DF41;
}
</style>