Shades of Atlantis #98CE43
Tints of Atlantis #98CE43
RGB
CMYK
RGB Variations
Color information
#98CE43 (or 0x98CE43) is known color: Atlantis. HEX triplet: 98, CE and 43. RGB value is (152,206,67). Sum of RGB (Red+Green+Blue) = 152+206+67=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CE43 is #6731BC. Grayscale: #AEAEAE. Windows color (decimal): -6762941 or 4443800. OLE color: 4443800.
HSL color Cylindrical-coordinate representation of color #98CE43: hue angle of 83.31º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98CE43 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 67 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.19 |
| HSL | 83.31º | 0.59% | 0.54% | - |
| HSV(B) | 83.31º | 0.67% | 0.81% | - |
| XYZ | 36.03 | 51.22 | 13.3 | - |
| YUV | 174.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 67 | 0.26 | 0 | 0.67 | 0.19 | 83.31 | 0.59 | 0.54 |
| Hex | 98 | CE | 43 | 1A | 0 | 43 | 13 | 53 | 3B | 36 |
| Octal | 230 | 316 | 103 | 32 | 0 | 103 | 23 | 123 | 73 | 66 |
| Binary | 10011000 | 11001110 | 1000011 | 11010 | 0 | 1000011 | 10011 | 1010011 | 111011 | 110110 |
Color Harmonies of #98CE43
Complementary color
Monochromatic Colors of #98CE43
Black with #98CE43
Text Example
Text Example
White with #98CE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE43; }
p { color: rgb(152,206,67); }
H1.HeaderClassName
{
color: #98CE43;
}
.AnyTagClassName
{
color: #98CE43;
}
</style>
background-color css
<style>
a { background-color: #98CE43; }
a { background-color: rgb(152,206,67); }
div.DivClassName
{
background-color: #98CE43;
}
.BgClassName
{
background-color: #98CE43;
}
</style>
border-color css
<style>
span { border-color: #98CE43; }
span { border-color: rgb(152,206,67); }
td.TdClassName
{
border-color: #98CE43;
}
.TagClassName
{
border-color: #98CE43;
}
</style>