Shades of Conifer #99F953
Tints of Conifer #99F953
RGB
CMYK
RGB Variations
Color information
#99F953 (or 0x99F953) is known color: Conifer. HEX triplet: 99, F9 and 53. RGB value is (153,249,83). Sum of RGB (Red+Green+Blue) = 153+249+83=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #99F953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F953 is #6606AC. Grayscale: #C9C9C9. Windows color (decimal): -6686381 or 5503385. OLE color: 5503385.
HSL color Cylindrical-coordinate representation of color #99F953: hue angle of 94.7º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99F953 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 249 | 83 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.02 |
| HSL | 94.7º | 0.93% | 0.65% | - |
| HSV(B) | 94.7º | 0.67% | 0.98% | - |
| XYZ | 48.57 | 75.15 | 20.13 | - |
| YUV | 201.37 | 61.2 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 249 | 83 | 0.39 | 0 | 0.67 | 0.02 | 94.7 | 0.93 | 0.65 |
| Hex | 99 | F9 | 53 | 27 | 0 | 43 | 2 | 5F | 5D | 41 |
| Octal | 231 | 371 | 123 | 47 | 0 | 103 | 2 | 137 | 135 | 101 |
| Binary | 10011001 | 11111001 | 1010011 | 100111 | 0 | 1000011 | 10 | 1011111 | 1011101 | 1000001 |
Color Harmonies of #99F953
Complementary color
Monochromatic Colors of #99F953
Black with #99F953
Text Example
Text Example
White with #99F953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F953; }
p { color: rgb(153,249,83); }
H1.HeaderClassName
{
color: #99F953;
}
.AnyTagClassName
{
color: #99F953;
}
</style>
background-color css
<style>
a { background-color: #99F953; }
a { background-color: rgb(153,249,83); }
div.DivClassName
{
background-color: #99F953;
}
.BgClassName
{
background-color: #99F953;
}
</style>
border-color css
<style>
span { border-color: #99F953; }
span { border-color: rgb(153,249,83); }
td.TdClassName
{
border-color: #99F953;
}
.TagClassName
{
border-color: #99F953;
}
</style>