Shades of Atlantis #98CB43
Tints of Atlantis #98CB43
RGB
CMYK
RGB Variations
Color information
#98CB43 (or 0x98CB43) is known color: Atlantis. HEX triplet: 98, CB and 43. RGB value is (152,203,67). Sum of RGB (Red+Green+Blue) = 152+203+67=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CB43 is #6734BC. Grayscale: #ACACAC. Windows color (decimal): -6763709 or 4443032. OLE color: 4443032.
HSL color Cylindrical-coordinate representation of color #98CB43: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98CB43 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 67 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.20 |
| HSL | 82.5º | 0.57% | 0.53% | - |
| HSV(B) | 82.5º | 0.67% | 0.8% | - |
| XYZ | 35.32 | 49.79 | 13.06 | - |
| YUV | 172.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 67 | 0.25 | 0 | 0.67 | 0.20 | 82.5 | 0.57 | 0.53 |
| Hex | 98 | CB | 43 | 19 | 0 | 43 | 14 | 52 | 39 | 35 |
| Octal | 230 | 313 | 103 | 31 | 0 | 103 | 24 | 122 | 71 | 65 |
| Binary | 10011000 | 11001011 | 1000011 | 11001 | 0 | 1000011 | 10100 | 1010010 | 111001 | 110101 |
Color Harmonies of #98CB43
Complementary color
Monochromatic Colors of #98CB43
Black with #98CB43
Text Example
Text Example
White with #98CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CB43; }
p { color: rgb(152,203,67); }
H1.HeaderClassName
{
color: #98CB43;
}
.AnyTagClassName
{
color: #98CB43;
}
</style>
background-color css
<style>
a { background-color: #98CB43; }
a { background-color: rgb(152,203,67); }
div.DivClassName
{
background-color: #98CB43;
}
.BgClassName
{
background-color: #98CB43;
}
</style>
border-color css
<style>
span { border-color: #98CB43; }
span { border-color: rgb(152,203,67); }
td.TdClassName
{
border-color: #98CB43;
}
.TagClassName
{
border-color: #98CB43;
}
</style>