Shades of Conifer #99DA58
Tints of Conifer #99DA58
RGB
CMYK
RGB Variations
Color information
#99DA58 (or 0x99DA58) is known color: Conifer. HEX triplet: 99, DA and 58. RGB value is (153,218,88). Sum of RGB (Red+Green+Blue) = 153+218+88=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DA58 is #6625A7. Grayscale: #B8B8B8. Windows color (decimal): -6694312 or 5823129. OLE color: 5823129.
HSL color Cylindrical-coordinate representation of color #99DA58: hue angle of 90º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99DA58 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 88 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.15 |
| HSL | 90º | 0.64% | 0.6% | - |
| HSV(B) | 90º | 0.6% | 0.85% | - |
| XYZ | 39.97 | 57.62 | 18.25 | - |
| YUV | 183.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 88 | 0.30 | 0 | 0.60 | 0.15 | 90 | 0.64 | 0.6 |
| Hex | 99 | DA | 58 | 1E | 0 | 3C | F | 5A | 40 | 3C |
| Octal | 231 | 332 | 130 | 36 | 0 | 74 | 17 | 132 | 100 | 74 |
| Binary | 10011001 | 11011010 | 1011000 | 11110 | 0 | 111100 | 1111 | 1011010 | 1000000 | 111100 |
Color Harmonies of #99DA58
Complementary color
Monochromatic Colors of #99DA58
Black with #99DA58
Text Example
Text Example
White with #99DA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA58; }
p { color: rgb(153,218,88); }
H1.HeaderClassName
{
color: #99DA58;
}
.AnyTagClassName
{
color: #99DA58;
}
</style>
background-color css
<style>
a { background-color: #99DA58; }
a { background-color: rgb(153,218,88); }
div.DivClassName
{
background-color: #99DA58;
}
.BgClassName
{
background-color: #99DA58;
}
</style>
border-color css
<style>
span { border-color: #99DA58; }
span { border-color: rgb(153,218,88); }
td.TdClassName
{
border-color: #99DA58;
}
.TagClassName
{
border-color: #99DA58;
}
</style>