Shades of Atlantis #98CB46
Tints of Atlantis #98CB46
RGB
CMYK
RGB Variations
Color information
#98CB46 (or 0x98CB46) is known color: Atlantis. HEX triplet: 98, CB and 46. RGB value is (152,203,70). Sum of RGB (Red+Green+Blue) = 152+203+70=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CB46 is #6734B9. Grayscale: #ADADAD. Windows color (decimal): -6763706 or 4639640. OLE color: 4639640.
HSL color Cylindrical-coordinate representation of color #98CB46: hue angle of 83.01º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98CB46 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 70 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.20 |
| HSL | 83.01º | 0.56% | 0.54% | - |
| HSV(B) | 83.01º | 0.66% | 0.8% | - |
| XYZ | 35.41 | 49.83 | 13.55 | - |
| YUV | 172.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 70 | 0.25 | 0 | 0.66 | 0.20 | 83.01 | 0.56 | 0.54 |
| Hex | 98 | CB | 46 | 19 | 0 | 42 | 14 | 53 | 38 | 36 |
| Octal | 230 | 313 | 106 | 31 | 0 | 102 | 24 | 123 | 70 | 66 |
| Binary | 10011000 | 11001011 | 1000110 | 11001 | 0 | 1000010 | 10100 | 1010011 | 111000 | 110110 |
Color Harmonies of #98CB46
Complementary color
Monochromatic Colors of #98CB46
Black with #98CB46
Text Example
Text Example
White with #98CB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CB46; }
p { color: rgb(152,203,70); }
H1.HeaderClassName
{
color: #98CB46;
}
.AnyTagClassName
{
color: #98CB46;
}
</style>
background-color css
<style>
a { background-color: #98CB46; }
a { background-color: rgb(152,203,70); }
div.DivClassName
{
background-color: #98CB46;
}
.BgClassName
{
background-color: #98CB46;
}
</style>
border-color css
<style>
span { border-color: #98CB46; }
span { border-color: rgb(152,203,70); }
td.TdClassName
{
border-color: #98CB46;
}
.TagClassName
{
border-color: #98CB46;
}
</style>