Shades of Conifer #99F358
Tints of Conifer #99F358
RGB
CMYK
RGB Variations
Color information
#99F358 (or 0x99F358) is known color: Conifer. HEX triplet: 99, F3 and 58. RGB value is (153,243,88). Sum of RGB (Red+Green+Blue) = 153+243+88=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #99F358 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F358 is #660CA7. Grayscale: #C6C6C6. Windows color (decimal): -6687912 or 5829529. OLE color: 5829529.
HSL color Cylindrical-coordinate representation of color #99F358: hue angle of 94.84º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99F358 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 243 | 88 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.05 |
| HSL | 94.84º | 0.87% | 0.65% | - |
| HSV(B) | 94.84º | 0.64% | 0.95% | - |
| XYZ | 46.95 | 71.58 | 20.57 | - |
| YUV | 198.42 | 65.68 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 243 | 88 | 0.37 | 0 | 0.64 | 0.05 | 94.84 | 0.87 | 0.65 |
| Hex | 99 | F3 | 58 | 25 | 0 | 40 | 5 | 5F | 57 | 41 |
| Octal | 231 | 363 | 130 | 45 | 0 | 100 | 5 | 137 | 127 | 101 |
| Binary | 10011001 | 11110011 | 1011000 | 100101 | 0 | 1000000 | 101 | 1011111 | 1010111 | 1000001 |
Color Harmonies of #99F358
Complementary color
Monochromatic Colors of #99F358
Black with #99F358
Text Example
Text Example
White with #99F358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F358; }
p { color: rgb(153,243,88); }
H1.HeaderClassName
{
color: #99F358;
}
.AnyTagClassName
{
color: #99F358;
}
</style>
background-color css
<style>
a { background-color: #99F358; }
a { background-color: rgb(153,243,88); }
div.DivClassName
{
background-color: #99F358;
}
.BgClassName
{
background-color: #99F358;
}
</style>
border-color css
<style>
span { border-color: #99F358; }
span { border-color: rgb(153,243,88); }
td.TdClassName
{
border-color: #99F358;
}
.TagClassName
{
border-color: #99F358;
}
</style>