Shades of Conifer #9DFE58
Tints of Conifer #9DFE58
RGB
CMYK
RGB Variations
Color information
#9DFE58 (or 0x9DFE58) is known color: Conifer. HEX triplet: 9D, FE and 58. RGB value is (157,254,88). Sum of RGB (Red+Green+Blue) = 157+254+88=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFE58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFE58 is #6201A7. Grayscale: #CECECE. Windows color (decimal): -6422952 or 5832349. OLE color: 5832349.
HSL color Cylindrical-coordinate representation of color #9DFE58: hue angle of 95.06º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DFE58 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 88 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.00 |
| HSL | 95.06º | 0.99% | 0.67% | - |
| HSV(B) | 95.06º | 0.65% | 1% | - |
| XYZ | 51.11 | 78.76 | 21.74 | - |
| YUV | 206.07 | 61.36 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 88 | 0.38 | 0 | 0.65 | 0.00 | 95.06 | 0.99 | 0.67 |
| Hex | 9D | FE | 58 | 26 | 0 | 41 | 0 | 5F | 63 | 43 |
| Octal | 235 | 376 | 130 | 46 | 0 | 101 | 0 | 137 | 143 | 103 |
| Binary | 10011101 | 11111110 | 1011000 | 100110 | 0 | 1000001 | 0 | 1011111 | 1100011 | 1000011 |
Color Harmonies of #9DFE58
Complementary color
Monochromatic Colors of #9DFE58
Black with #9DFE58
Text Example
Text Example
White with #9DFE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFE58; }
p { color: rgb(157,254,88); }
H1.HeaderClassName
{
color: #9DFE58;
}
.AnyTagClassName
{
color: #9DFE58;
}
</style>
background-color css
<style>
a { background-color: #9DFE58; }
a { background-color: rgb(157,254,88); }
div.DivClassName
{
background-color: #9DFE58;
}
.BgClassName
{
background-color: #9DFE58;
}
</style>
border-color css
<style>
span { border-color: #9DFE58; }
span { border-color: rgb(157,254,88); }
td.TdClassName
{
border-color: #9DFE58;
}
.TagClassName
{
border-color: #9DFE58;
}
</style>