Shades of Conifer #99EB4D
Tints of Conifer #99EB4D
RGB
CMYK
RGB Variations
Color information
#99EB4D (or 0x99EB4D) is known color: Conifer. HEX triplet: 99, EB and 4D. RGB value is (153,235,77). Sum of RGB (Red+Green+Blue) = 153+235+77=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #99EB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EB4D is #6614B2. Grayscale: #C1C1C1. Windows color (decimal): -6689971 or 5106585. OLE color: 5106585.
HSL color Cylindrical-coordinate representation of color #99EB4D: hue angle of 91.14º degrees, saturation: 0.8, 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 #99EB4D is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 235 | 77 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.08 |
| HSL | 91.14º | 0.8% | 0.61% | - |
| HSV(B) | 91.14º | 0.67% | 0.92% | - |
| XYZ | 44.18 | 66.72 | 17.57 | - |
| YUV | 192.47 | 62.83 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 77 | 0.35 | 0 | 0.67 | 0.08 | 91.14 | 0.8 | 0.61 |
| Hex | 99 | EB | 4D | 23 | 0 | 43 | 8 | 5B | 50 | 3D |
| Octal | 231 | 353 | 115 | 43 | 0 | 103 | 10 | 133 | 120 | 75 |
| Binary | 10011001 | 11101011 | 1001101 | 100011 | 0 | 1000011 | 1000 | 1011011 | 1010000 | 111101 |
Color Harmonies of #99EB4D
Complementary color
Monochromatic Colors of #99EB4D
Black with #99EB4D
Text Example
Text Example
White with #99EB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EB4D; }
p { color: rgb(153,235,77); }
H1.HeaderClassName
{
color: #99EB4D;
}
.AnyTagClassName
{
color: #99EB4D;
}
</style>
background-color css
<style>
a { background-color: #99EB4D; }
a { background-color: rgb(153,235,77); }
div.DivClassName
{
background-color: #99EB4D;
}
.BgClassName
{
background-color: #99EB4D;
}
</style>
border-color css
<style>
span { border-color: #99EB4D; }
span { border-color: rgb(153,235,77); }
td.TdClassName
{
border-color: #99EB4D;
}
.TagClassName
{
border-color: #99EB4D;
}
</style>