Shades of Conifer #99F253
Tints of Conifer #99F253
RGB
CMYK
RGB Variations
Color information
#99F253 (or 0x99F253) is known color: Conifer. HEX triplet: 99, F2 and 53. RGB value is (153,242,83). Sum of RGB (Red+Green+Blue) = 153+242+83=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #99F253 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F253 is #660DAC. Grayscale: #C5C5C5. Windows color (decimal): -6688173 or 5501593. OLE color: 5501593.
HSL color Cylindrical-coordinate representation of color #99F253: hue angle of 93.58º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99F253 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 83 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.05 |
| HSL | 93.58º | 0.86% | 0.64% | - |
| HSV(B) | 93.58º | 0.66% | 0.95% | - |
| XYZ | 46.45 | 70.9 | 19.42 | - |
| YUV | 197.26 | 63.51 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 83 | 0.37 | 0 | 0.66 | 0.05 | 93.58 | 0.86 | 0.64 |
| Hex | 99 | F2 | 53 | 25 | 0 | 42 | 5 | 5E | 56 | 40 |
| Octal | 231 | 362 | 123 | 45 | 0 | 102 | 5 | 136 | 126 | 100 |
| Binary | 10011001 | 11110010 | 1010011 | 100101 | 0 | 1000010 | 101 | 1011110 | 1010110 | 1000000 |
Color Harmonies of #99F253
Complementary color
Monochromatic Colors of #99F253
Black with #99F253
Text Example
Text Example
White with #99F253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F253; }
p { color: rgb(153,242,83); }
H1.HeaderClassName
{
color: #99F253;
}
.AnyTagClassName
{
color: #99F253;
}
</style>
background-color css
<style>
a { background-color: #99F253; }
a { background-color: rgb(153,242,83); }
div.DivClassName
{
background-color: #99F253;
}
.BgClassName
{
background-color: #99F253;
}
</style>
border-color css
<style>
span { border-color: #99F253; }
span { border-color: rgb(153,242,83); }
td.TdClassName
{
border-color: #99F253;
}
.TagClassName
{
border-color: #99F253;
}
</style>