Shades of Conifer #99EF53
Tints of Conifer #99EF53
RGB
CMYK
RGB Variations
Color information
#99EF53 (or 0x99EF53) is known color: Conifer. HEX triplet: 99, EF and 53. RGB value is (153,239,83). Sum of RGB (Red+Green+Blue) = 153+239+83=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #99EF53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EF53 is #6610AC. Grayscale: #C4C4C4. Windows color (decimal): -6688941 or 5500825. OLE color: 5500825.
HSL color Cylindrical-coordinate representation of color #99EF53: hue angle of 93.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99EF53 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 83 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.06 |
| HSL | 93.08º | 0.83% | 0.63% | - |
| HSV(B) | 93.08º | 0.65% | 0.94% | - |
| XYZ | 45.56 | 69.13 | 19.13 | - |
| YUV | 195.5 | 64.51 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 83 | 0.36 | 0 | 0.65 | 0.06 | 93.08 | 0.83 | 0.63 |
| Hex | 99 | EF | 53 | 24 | 0 | 41 | 6 | 5D | 53 | 3F |
| Octal | 231 | 357 | 123 | 44 | 0 | 101 | 6 | 135 | 123 | 77 |
| Binary | 10011001 | 11101111 | 1010011 | 100100 | 0 | 1000001 | 110 | 1011101 | 1010011 | 111111 |
Color Harmonies of #99EF53
Complementary color
Monochromatic Colors of #99EF53
Black with #99EF53
Text Example
Text Example
White with #99EF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EF53; }
p { color: rgb(153,239,83); }
H1.HeaderClassName
{
color: #99EF53;
}
.AnyTagClassName
{
color: #99EF53;
}
</style>
background-color css
<style>
a { background-color: #99EF53; }
a { background-color: rgb(153,239,83); }
div.DivClassName
{
background-color: #99EF53;
}
.BgClassName
{
background-color: #99EF53;
}
</style>
border-color css
<style>
span { border-color: #99EF53; }
span { border-color: rgb(153,239,83); }
td.TdClassName
{
border-color: #99EF53;
}
.TagClassName
{
border-color: #99EF53;
}
</style>