Shades of Conifer #99EB5D
Tints of Conifer #99EB5D
RGB
CMYK
RGB Variations
Color information
#99EB5D (or 0x99EB5D) is known color: Conifer. HEX triplet: 99, EB and 5D. RGB value is (153,235,93). Sum of RGB (Red+Green+Blue) = 153+235+93=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #99EB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EB5D is #6614A2. Grayscale: #C2C2C2. Windows color (decimal): -6689955 or 6155161. OLE color: 6155161.
HSL color Cylindrical-coordinate representation of color #99EB5D: hue angle of 94.65º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99EB5D is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 235 | 93 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.08 |
| HSL | 94.65º | 0.78% | 0.64% | - |
| HSV(B) | 94.65º | 0.6% | 0.92% | - |
| XYZ | 44.82 | 66.98 | 20.92 | - |
| YUV | 194.29 | 70.83 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 93 | 0.35 | 0 | 0.60 | 0.08 | 94.65 | 0.78 | 0.64 |
| Hex | 99 | EB | 5D | 23 | 0 | 3C | 8 | 5F | 4E | 40 |
| Octal | 231 | 353 | 135 | 43 | 0 | 74 | 10 | 137 | 116 | 100 |
| Binary | 10011001 | 11101011 | 1011101 | 100011 | 0 | 111100 | 1000 | 1011111 | 1001110 | 1000000 |
Color Harmonies of #99EB5D
Complementary color
Monochromatic Colors of #99EB5D
Black with #99EB5D
Text Example
Text Example
White with #99EB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EB5D; }
p { color: rgb(153,235,93); }
H1.HeaderClassName
{
color: #99EB5D;
}
.AnyTagClassName
{
color: #99EB5D;
}
</style>
background-color css
<style>
a { background-color: #99EB5D; }
a { background-color: rgb(153,235,93); }
div.DivClassName
{
background-color: #99EB5D;
}
.BgClassName
{
background-color: #99EB5D;
}
</style>
border-color css
<style>
span { border-color: #99EB5D; }
span { border-color: rgb(153,235,93); }
td.TdClassName
{
border-color: #99EB5D;
}
.TagClassName
{
border-color: #99EB5D;
}
</style>