Shades of Atlantis #98BF4C
Tints of Atlantis #98BF4C
RGB
CMYK
RGB Variations
Color information
#98BF4C (or 0x98BF4C) is known color: Atlantis. HEX triplet: 98, BF and 4C. RGB value is (152,191,76). Sum of RGB (Red+Green+Blue) = 152+191+76=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BF4C is #6740B3. Grayscale: #A6A6A6. Windows color (decimal): -6766772 or 5029784. OLE color: 5029784.
HSL color Cylindrical-coordinate representation of color #98BF4C: hue angle of 80.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98BF4C is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 191 | 76 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.25 |
| HSL | 80.35º | 0.47% | 0.52% | - |
| HSV(B) | 80.35º | 0.6% | 0.75% | - |
| XYZ | 32.88 | 44.46 | 13.69 | - |
| YUV | 166.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 76 | 0.20 | 0 | 0.60 | 0.25 | 80.35 | 0.47 | 0.52 |
| Hex | 98 | BF | 4C | 14 | 0 | 3C | 19 | 50 | 2F | 34 |
| Octal | 230 | 277 | 114 | 24 | 0 | 74 | 31 | 120 | 57 | 64 |
| Binary | 10011000 | 10111111 | 1001100 | 10100 | 0 | 111100 | 11001 | 1010000 | 101111 | 110100 |
Color Harmonies of #98BF4C
Complementary color
Monochromatic Colors of #98BF4C
Black with #98BF4C
Text Example
Text Example
White with #98BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BF4C; }
p { color: rgb(152,191,76); }
H1.HeaderClassName
{
color: #98BF4C;
}
.AnyTagClassName
{
color: #98BF4C;
}
</style>
background-color css
<style>
a { background-color: #98BF4C; }
a { background-color: rgb(152,191,76); }
div.DivClassName
{
background-color: #98BF4C;
}
.BgClassName
{
background-color: #98BF4C;
}
</style>
border-color css
<style>
span { border-color: #98BF4C; }
span { border-color: rgb(152,191,76); }
td.TdClassName
{
border-color: #98BF4C;
}
.TagClassName
{
border-color: #98BF4C;
}
</style>