Shades of Conifer #93F85D
Tints of Conifer #93F85D
RGB
CMYK
RGB Variations
Color information
#93F85D (or 0x93F85D) is known color: Conifer. HEX triplet: 93, F8 and 5D. RGB value is (147,248,93). Sum of RGB (Red+Green+Blue) = 147+248+93=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #93F85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F85D is #6C07A2. Grayscale: #C8C8C8. Windows color (decimal): -7079843 or 6158483. OLE color: 6158483.
HSL color Cylindrical-coordinate representation of color #93F85D: hue angle of 99.1º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93F85D is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 248 | 93 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.03 |
| HSL | 99.1º | 0.92% | 0.67% | - |
| HSV(B) | 99.1º | 0.63% | 0.97% | - |
| XYZ | 47.58 | 74.13 | 22.16 | - |
| YUV | 200.13 | 67.54 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 248 | 93 | 0.41 | 0 | 0.62 | 0.03 | 99.1 | 0.92 | 0.67 |
| Hex | 93 | F8 | 5D | 29 | 0 | 3E | 3 | 63 | 5C | 43 |
| Octal | 223 | 370 | 135 | 51 | 0 | 76 | 3 | 143 | 134 | 103 |
| Binary | 10010011 | 11111000 | 1011101 | 101001 | 0 | 111110 | 11 | 1100011 | 1011100 | 1000011 |
Color Harmonies of #93F85D
Complementary color
Monochromatic Colors of #93F85D
Black with #93F85D
Text Example
Text Example
White with #93F85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F85D; }
p { color: rgb(147,248,93); }
H1.HeaderClassName
{
color: #93F85D;
}
.AnyTagClassName
{
color: #93F85D;
}
</style>
background-color css
<style>
a { background-color: #93F85D; }
a { background-color: rgb(147,248,93); }
div.DivClassName
{
background-color: #93F85D;
}
.BgClassName
{
background-color: #93F85D;
}
</style>
border-color css
<style>
span { border-color: #93F85D; }
span { border-color: rgb(147,248,93); }
td.TdClassName
{
border-color: #93F85D;
}
.TagClassName
{
border-color: #93F85D;
}
</style>