Shades of Conifer #98F353
Tints of Conifer #98F353
RGB
CMYK
RGB Variations
Color information
#98F353 (or 0x98F353) is known color: Conifer. HEX triplet: 98, F3 and 53. RGB value is (152,243,83). Sum of RGB (Red+Green+Blue) = 152+243+83=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #98F353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F353 is #670CAC. Grayscale: #C6C6C6. Windows color (decimal): -6753453 or 5501848. OLE color: 5501848.
HSL color Cylindrical-coordinate representation of color #98F353: hue angle of 94.12º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98F353 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 243 | 83 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.05 |
| HSL | 94.13º | 0.87% | 0.64% | - |
| HSV(B) | 94.13º | 0.66% | 0.95% | - |
| XYZ | 46.56 | 71.4 | 19.51 | - |
| YUV | 197.55 | 63.35 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 243 | 83 | 0.37 | 0 | 0.66 | 0.05 | 94.13 | 0.87 | 0.64 |
| Hex | 98 | F3 | 53 | 25 | 0 | 42 | 5 | 5E | 57 | 40 |
| Octal | 230 | 363 | 123 | 45 | 0 | 102 | 5 | 136 | 127 | 100 |
| Binary | 10011000 | 11110011 | 1010011 | 100101 | 0 | 1000010 | 101 | 1011110 | 1010111 | 1000000 |
Color Harmonies of #98F353
Complementary color
Monochromatic Colors of #98F353
Black with #98F353
Text Example
Text Example
White with #98F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F353; }
p { color: rgb(152,243,83); }
H1.HeaderClassName
{
color: #98F353;
}
.AnyTagClassName
{
color: #98F353;
}
</style>
background-color css
<style>
a { background-color: #98F353; }
a { background-color: rgb(152,243,83); }
div.DivClassName
{
background-color: #98F353;
}
.BgClassName
{
background-color: #98F353;
}
</style>
border-color css
<style>
span { border-color: #98F353; }
span { border-color: rgb(152,243,83); }
td.TdClassName
{
border-color: #98F353;
}
.TagClassName
{
border-color: #98F353;
}
</style>