Shades of Conifer #99EA4D
Tints of Conifer #99EA4D
RGB
CMYK
RGB Variations
Color information
#99EA4D (or 0x99EA4D) is known color: Conifer. HEX triplet: 99, EA and 4D. RGB value is (153,234,77). Sum of RGB (Red+Green+Blue) = 153+234+77=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EA4D is #6615B2. Grayscale: #C0C0C0. Windows color (decimal): -6690227 or 5106329. OLE color: 5106329.
HSL color Cylindrical-coordinate representation of color #99EA4D: hue angle of 90.96º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99EA4D is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 77 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.08 |
| HSL | 90.96º | 0.79% | 0.61% | - |
| HSV(B) | 90.96º | 0.67% | 0.92% | - |
| XYZ | 43.9 | 66.15 | 17.48 | - |
| YUV | 191.88 | 63.16 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 77 | 0.35 | 0 | 0.67 | 0.08 | 90.96 | 0.79 | 0.61 |
| Hex | 99 | EA | 4D | 23 | 0 | 43 | 8 | 5B | 4F | 3D |
| Octal | 231 | 352 | 115 | 43 | 0 | 103 | 10 | 133 | 117 | 75 |
| Binary | 10011001 | 11101010 | 1001101 | 100011 | 0 | 1000011 | 1000 | 1011011 | 1001111 | 111101 |
Color Harmonies of #99EA4D
Complementary color
Monochromatic Colors of #99EA4D
Black with #99EA4D
Text Example
Text Example
White with #99EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EA4D; }
p { color: rgb(153,234,77); }
H1.HeaderClassName
{
color: #99EA4D;
}
.AnyTagClassName
{
color: #99EA4D;
}
</style>
background-color css
<style>
a { background-color: #99EA4D; }
a { background-color: rgb(153,234,77); }
div.DivClassName
{
background-color: #99EA4D;
}
.BgClassName
{
background-color: #99EA4D;
}
</style>
border-color css
<style>
span { border-color: #99EA4D; }
span { border-color: rgb(153,234,77); }
td.TdClassName
{
border-color: #99EA4D;
}
.TagClassName
{
border-color: #99EA4D;
}
</style>