Shades of Conifer #9DF254
Tints of Conifer #9DF254
RGB
CMYK
RGB Variations
Color information
#9DF254 (or 0x9DF254) is known color: Conifer. HEX triplet: 9D, F2 and 54. RGB value is (157,242,84). Sum of RGB (Red+Green+Blue) = 157+242+84=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF254 is #620DAB. Grayscale: #C7C7C7. Windows color (decimal): -6426028 or 5567133. OLE color: 5567133.
HSL color Cylindrical-coordinate representation of color #9DF254: hue angle of 92.28º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DF254 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 84 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.05 |
| HSL | 92.28º | 0.86% | 0.64% | - |
| HSV(B) | 92.28º | 0.65% | 0.95% | - |
| XYZ | 47.26 | 71.31 | 19.66 | - |
| YUV | 198.57 | 63.34 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 84 | 0.35 | 0 | 0.65 | 0.05 | 92.28 | 0.86 | 0.64 |
| Hex | 9D | F2 | 54 | 23 | 0 | 41 | 5 | 5C | 56 | 40 |
| Octal | 235 | 362 | 124 | 43 | 0 | 101 | 5 | 134 | 126 | 100 |
| Binary | 10011101 | 11110010 | 1010100 | 100011 | 0 | 1000001 | 101 | 1011100 | 1010110 | 1000000 |
Color Harmonies of #9DF254
Complementary color
Monochromatic Colors of #9DF254
Black with #9DF254
Text Example
Text Example
White with #9DF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF254; }
p { color: rgb(157,242,84); }
H1.HeaderClassName
{
color: #9DF254;
}
.AnyTagClassName
{
color: #9DF254;
}
</style>
background-color css
<style>
a { background-color: #9DF254; }
a { background-color: rgb(157,242,84); }
div.DivClassName
{
background-color: #9DF254;
}
.BgClassName
{
background-color: #9DF254;
}
</style>
border-color css
<style>
span { border-color: #9DF254; }
span { border-color: rgb(157,242,84); }
td.TdClassName
{
border-color: #9DF254;
}
.TagClassName
{
border-color: #9DF254;
}
</style>