Shades of Conifer #99E955
Tints of Conifer #99E955
RGB
CMYK
RGB Variations
Color information
#99E955 (or 0x99E955) is known color: Conifer. HEX triplet: 99, E9 and 55. RGB value is (153,233,85). Sum of RGB (Red+Green+Blue) = 153+233+85=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #99E955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99E955 is #6616AA. Grayscale: #C0C0C0. Windows color (decimal): -6690475 or 5630361. OLE color: 5630361.
HSL color Cylindrical-coordinate representation of color #99E955: hue angle of 92.43º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99E955 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 233 | 85 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.09 |
| HSL | 92.43º | 0.77% | 0.62% | - |
| HSV(B) | 92.43º | 0.64% | 0.91% | - |
| XYZ | 43.92 | 65.71 | 18.96 | - |
| YUV | 192.21 | 67.5 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 233 | 85 | 0.34 | 0 | 0.64 | 0.09 | 92.43 | 0.77 | 0.62 |
| Hex | 99 | E9 | 55 | 22 | 0 | 40 | 9 | 5C | 4D | 3E |
| Octal | 231 | 351 | 125 | 42 | 0 | 100 | 11 | 134 | 115 | 76 |
| Binary | 10011001 | 11101001 | 1010101 | 100010 | 0 | 1000000 | 1001 | 1011100 | 1001101 | 111110 |
Color Harmonies of #99E955
Complementary color
Monochromatic Colors of #99E955
Black with #99E955
Text Example
Text Example
White with #99E955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E955; }
p { color: rgb(153,233,85); }
H1.HeaderClassName
{
color: #99E955;
}
.AnyTagClassName
{
color: #99E955;
}
</style>
background-color css
<style>
a { background-color: #99E955; }
a { background-color: rgb(153,233,85); }
div.DivClassName
{
background-color: #99E955;
}
.BgClassName
{
background-color: #99E955;
}
</style>
border-color css
<style>
span { border-color: #99E955; }
span { border-color: rgb(153,233,85); }
td.TdClassName
{
border-color: #99E955;
}
.TagClassName
{
border-color: #99E955;
}
</style>