Shades of Conifer #98E652
Tints of Conifer #98E652
RGB
CMYK
RGB Variations
Color information
#98E652 (or 0x98E652) is known color: Conifer. HEX triplet: 98, E6 and 52. RGB value is (152,230,82). Sum of RGB (Red+Green+Blue) = 152+230+82=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #98E652 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98E652 is #6719AD. Grayscale: #BEBEBE. Windows color (decimal): -6756782 or 5432984. OLE color: 5432984.
HSL color Cylindrical-coordinate representation of color #98E652: hue angle of 91.62º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98E652 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 230 | 82 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.10 |
| HSL | 91.62º | 0.75% | 0.61% | - |
| HSV(B) | 91.62º | 0.64% | 0.9% | - |
| XYZ | 42.77 | 63.88 | 18.06 | - |
| YUV | 189.81 | 67.16 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 230 | 82 | 0.34 | 0 | 0.64 | 0.10 | 91.62 | 0.75 | 0.61 |
| Hex | 98 | E6 | 52 | 22 | 0 | 40 | A | 5C | 4B | 3D |
| Octal | 230 | 346 | 122 | 42 | 0 | 100 | 12 | 134 | 113 | 75 |
| Binary | 10011000 | 11100110 | 1010010 | 100010 | 0 | 1000000 | 1010 | 1011100 | 1001011 | 111101 |
Color Harmonies of #98E652
Complementary color
Monochromatic Colors of #98E652
Black with #98E652
Text Example
Text Example
White with #98E652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E652; }
p { color: rgb(152,230,82); }
H1.HeaderClassName
{
color: #98E652;
}
.AnyTagClassName
{
color: #98E652;
}
</style>
background-color css
<style>
a { background-color: #98E652; }
a { background-color: rgb(152,230,82); }
div.DivClassName
{
background-color: #98E652;
}
.BgClassName
{
background-color: #98E652;
}
</style>
border-color css
<style>
span { border-color: #98E652; }
span { border-color: rgb(152,230,82); }
td.TdClassName
{
border-color: #98E652;
}
.TagClassName
{
border-color: #98E652;
}
</style>