Shades of Conifer #99F048
Tints of Conifer #99F048
RGB
CMYK
RGB Variations
Color information
#99F048 (or 0x99F048) is known color: Conifer. HEX triplet: 99, F0 and 48. RGB value is (153,240,72). Sum of RGB (Red+Green+Blue) = 153+240+72=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #99F048 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99F048 is #660FB7. Grayscale: #C3C3C3. Windows color (decimal): -6688696 or 4780185. OLE color: 4780185.
HSL color Cylindrical-coordinate representation of color #99F048: hue angle of 91.07º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99F048 is Cyan = 0.36, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 72 | - |
| CMYK | 0.36 | 0 | 0.7 | 0.06 |
| HSL | 91.07º | 0.85% | 0.61% | - |
| HSV(B) | 91.07º | 0.7% | 0.94% | - |
| XYZ | 45.47 | 69.56 | 17.16 | - |
| YUV | 194.84 | 58.68 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 72 | 0.36 | 0 | 0.7 | 0.06 | 91.07 | 0.85 | 0.61 |
| Hex | 99 | F0 | 48 | 24 | 0 | 46 | 6 | 5B | 55 | 3D |
| Octal | 231 | 360 | 110 | 44 | 0 | 106 | 6 | 133 | 125 | 75 |
| Binary | 10011001 | 11110000 | 1001000 | 100100 | 0 | 1000110 | 110 | 1011011 | 1010101 | 111101 |
Color Harmonies of #99F048
Complementary color
Monochromatic Colors of #99F048
Black with #99F048
Text Example
Text Example
White with #99F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F048; }
p { color: rgb(153,240,72); }
H1.HeaderClassName
{
color: #99F048;
}
.AnyTagClassName
{
color: #99F048;
}
</style>
background-color css
<style>
a { background-color: #99F048; }
a { background-color: rgb(153,240,72); }
div.DivClassName
{
background-color: #99F048;
}
.BgClassName
{
background-color: #99F048;
}
</style>
border-color css
<style>
span { border-color: #99F048; }
span { border-color: rgb(153,240,72); }
td.TdClassName
{
border-color: #99F048;
}
.TagClassName
{
border-color: #99F048;
}
</style>