Shades of Conifer #99EF50
Tints of Conifer #99EF50
RGB
CMYK
RGB Variations
Color information
#99EF50 (or 0x99EF50) is known color: Conifer. HEX triplet: 99, EF and 50. RGB value is (153,239,80). Sum of RGB (Red+Green+Blue) = 153+239+80=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #99EF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EF50 is #6610AF. Grayscale: #C3C3C3. Windows color (decimal): -6688944 or 5304217. OLE color: 5304217.
HSL color Cylindrical-coordinate representation of color #99EF50: hue angle of 92.45º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99EF50 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 80 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.06 |
| HSL | 92.45º | 0.83% | 0.63% | - |
| HSV(B) | 92.45º | 0.67% | 0.94% | - |
| XYZ | 45.45 | 69.08 | 18.53 | - |
| YUV | 195.16 | 63.01 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 80 | 0.36 | 0 | 0.67 | 0.06 | 92.45 | 0.83 | 0.63 |
| Hex | 99 | EF | 50 | 24 | 0 | 43 | 6 | 5C | 53 | 3F |
| Octal | 231 | 357 | 120 | 44 | 0 | 103 | 6 | 134 | 123 | 77 |
| Binary | 10011001 | 11101111 | 1010000 | 100100 | 0 | 1000011 | 110 | 1011100 | 1010011 | 111111 |
Color Harmonies of #99EF50
Complementary color
Monochromatic Colors of #99EF50
Black with #99EF50
Text Example
Text Example
White with #99EF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EF50; }
p { color: rgb(153,239,80); }
H1.HeaderClassName
{
color: #99EF50;
}
.AnyTagClassName
{
color: #99EF50;
}
</style>
background-color css
<style>
a { background-color: #99EF50; }
a { background-color: rgb(153,239,80); }
div.DivClassName
{
background-color: #99EF50;
}
.BgClassName
{
background-color: #99EF50;
}
</style>
border-color css
<style>
span { border-color: #99EF50; }
span { border-color: rgb(153,239,80); }
td.TdClassName
{
border-color: #99EF50;
}
.TagClassName
{
border-color: #99EF50;
}
</style>