Shades of Conifer #9DFF58
Tints of Conifer #9DFF58
RGB
CMYK
RGB Variations
Color information
#9DFF58 (or 0x9DFF58) is known color: Conifer. HEX triplet: 9D, FF and 58. RGB value is (157,255,88). Sum of RGB (Red+Green+Blue) = 157+255+88=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF58 is #6200A7. Grayscale: #CFCFCF. Windows color (decimal): -6422696 or 5832605. OLE color: 5832605.
HSL color Cylindrical-coordinate representation of color #9DFF58: hue angle of 95.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DFF58 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 88 | - |
| CMYK | 0.38 | 0 | 0.65 | 0 |
| HSL | 95.21º | 1% | 0.67% | - |
| HSV(B) | 95.21º | 0.65% | 1% | - |
| XYZ | 51.43 | 79.39 | 21.85 | - |
| YUV | 206.66 | 61.03 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 88 | 0.38 | 0 | 0.65 | 0 | 95.21 | 1 | 0.67 |
| Hex | 9D | FF | 58 | 26 | 0 | 41 | 0 | 5F | 64 | 43 |
| Octal | 235 | 377 | 130 | 46 | 0 | 101 | 0 | 137 | 144 | 103 |
| Binary | 10011101 | 11111111 | 1011000 | 100110 | 0 | 1000001 | 0 | 1011111 | 1100100 | 1000011 |
Color Harmonies of #9DFF58
Complementary color
Monochromatic Colors of #9DFF58
Black with #9DFF58
Text Example
Text Example
White with #9DFF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF58; }
p { color: rgb(157,255,88); }
H1.HeaderClassName
{
color: #9DFF58;
}
.AnyTagClassName
{
color: #9DFF58;
}
</style>
background-color css
<style>
a { background-color: #9DFF58; }
a { background-color: rgb(157,255,88); }
div.DivClassName
{
background-color: #9DFF58;
}
.BgClassName
{
background-color: #9DFF58;
}
</style>
border-color css
<style>
span { border-color: #9DFF58; }
span { border-color: rgb(157,255,88); }
td.TdClassName
{
border-color: #9DFF58;
}
.TagClassName
{
border-color: #9DFF58;
}
</style>