Shades of Conifer #99EF4D
Tints of Conifer #99EF4D
RGB
CMYK
RGB Variations
Color information
#99EF4D (or 0x99EF4D) is known color: Conifer. HEX triplet: 99, EF and 4D. RGB value is (153,239,77). Sum of RGB (Red+Green+Blue) = 153+239+77=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #99EF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EF4D is #6610B2. Grayscale: #C3C3C3. Windows color (decimal): -6688947 or 5107609. OLE color: 5107609.
HSL color Cylindrical-coordinate representation of color #99EF4D: hue angle of 91.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99EF4D is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 77 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.06 |
| HSL | 91.85º | 0.84% | 0.62% | - |
| HSV(B) | 91.85º | 0.68% | 0.94% | - |
| XYZ | 45.34 | 69.04 | 17.96 | - |
| YUV | 194.82 | 61.51 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 77 | 0.36 | 0 | 0.68 | 0.06 | 91.85 | 0.84 | 0.62 |
| Hex | 99 | EF | 4D | 24 | 0 | 44 | 6 | 5C | 54 | 3E |
| Octal | 231 | 357 | 115 | 44 | 0 | 104 | 6 | 134 | 124 | 76 |
| Binary | 10011001 | 11101111 | 1001101 | 100100 | 0 | 1000100 | 110 | 1011100 | 1010100 | 111110 |
Color Harmonies of #99EF4D
Complementary color
Monochromatic Colors of #99EF4D
Black with #99EF4D
Text Example
Text Example
White with #99EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EF4D; }
p { color: rgb(153,239,77); }
H1.HeaderClassName
{
color: #99EF4D;
}
.AnyTagClassName
{
color: #99EF4D;
}
</style>
background-color css
<style>
a { background-color: #99EF4D; }
a { background-color: rgb(153,239,77); }
div.DivClassName
{
background-color: #99EF4D;
}
.BgClassName
{
background-color: #99EF4D;
}
</style>
border-color css
<style>
span { border-color: #99EF4D; }
span { border-color: rgb(153,239,77); }
td.TdClassName
{
border-color: #99EF4D;
}
.TagClassName
{
border-color: #99EF4D;
}
</style>