Shades of Conifer #99F558
Tints of Conifer #99F558
RGB
CMYK
RGB Variations
Color information
#99F558 (or 0x99F558) is known color: Conifer. HEX triplet: 99, F5 and 58. RGB value is (153,245,88). Sum of RGB (Red+Green+Blue) = 153+245+88=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #99F558 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F558 is #660AA7. Grayscale: #C8C8C8. Windows color (decimal): -6687400 or 5830041. OLE color: 5830041.
HSL color Cylindrical-coordinate representation of color #99F558: hue angle of 95.16º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99F558 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 245 | 88 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.04 |
| HSL | 95.16º | 0.89% | 0.65% | - |
| HSV(B) | 95.16º | 0.64% | 0.96% | - |
| XYZ | 47.55 | 72.78 | 20.77 | - |
| YUV | 199.59 | 65.02 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 88 | 0.38 | 0 | 0.64 | 0.04 | 95.16 | 0.89 | 0.65 |
| Hex | 99 | F5 | 58 | 26 | 0 | 40 | 4 | 5F | 59 | 41 |
| Octal | 231 | 365 | 130 | 46 | 0 | 100 | 4 | 137 | 131 | 101 |
| Binary | 10011001 | 11110101 | 1011000 | 100110 | 0 | 1000000 | 100 | 1011111 | 1011001 | 1000001 |
Color Harmonies of #99F558
Complementary color
Monochromatic Colors of #99F558
Black with #99F558
Text Example
Text Example
White with #99F558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F558; }
p { color: rgb(153,245,88); }
H1.HeaderClassName
{
color: #99F558;
}
.AnyTagClassName
{
color: #99F558;
}
</style>
background-color css
<style>
a { background-color: #99F558; }
a { background-color: rgb(153,245,88); }
div.DivClassName
{
background-color: #99F558;
}
.BgClassName
{
background-color: #99F558;
}
</style>
border-color css
<style>
span { border-color: #99F558; }
span { border-color: rgb(153,245,88); }
td.TdClassName
{
border-color: #99F558;
}
.TagClassName
{
border-color: #99F558;
}
</style>