Shades of Conifer #98F253
Tints of Conifer #98F253
RGB
CMYK
RGB Variations
Color information
#98F253 (or 0x98F253) is known color: Conifer. HEX triplet: 98, F2 and 53. RGB value is (152,242,83). Sum of RGB (Red+Green+Blue) = 152+242+83=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #98F253 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F253 is #670DAC. Grayscale: #C5C5C5. Windows color (decimal): -6753709 or 5501592. OLE color: 5501592.
HSL color Cylindrical-coordinate representation of color #98F253: hue angle of 93.96º degrees, saturation: 0.86, 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 #98F253 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 83 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.05 |
| HSL | 93.96º | 0.86% | 0.64% | - |
| HSV(B) | 93.96º | 0.66% | 0.95% | - |
| XYZ | 46.26 | 70.8 | 19.41 | - |
| YUV | 196.96 | 63.68 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 83 | 0.37 | 0 | 0.66 | 0.05 | 93.96 | 0.86 | 0.64 |
| Hex | 98 | F2 | 53 | 25 | 0 | 42 | 5 | 5E | 56 | 40 |
| Octal | 230 | 362 | 123 | 45 | 0 | 102 | 5 | 136 | 126 | 100 |
| Binary | 10011000 | 11110010 | 1010011 | 100101 | 0 | 1000010 | 101 | 1011110 | 1010110 | 1000000 |
Color Harmonies of #98F253
Complementary color
Monochromatic Colors of #98F253
Black with #98F253
Text Example
Text Example
White with #98F253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F253; }
p { color: rgb(152,242,83); }
H1.HeaderClassName
{
color: #98F253;
}
.AnyTagClassName
{
color: #98F253;
}
</style>
background-color css
<style>
a { background-color: #98F253; }
a { background-color: rgb(152,242,83); }
div.DivClassName
{
background-color: #98F253;
}
.BgClassName
{
background-color: #98F253;
}
</style>
border-color css
<style>
span { border-color: #98F253; }
span { border-color: rgb(152,242,83); }
td.TdClassName
{
border-color: #98F253;
}
.TagClassName
{
border-color: #98F253;
}
</style>