Shades of Conifer #9DF251
Tints of Conifer #9DF251
RGB
CMYK
RGB Variations
Color information
#9DF251 (or 0x9DF251) is known color: Conifer. HEX triplet: 9D, F2 and 51. RGB value is (157,242,81). Sum of RGB (Red+Green+Blue) = 157+242+81=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF251 is #620DAE. Grayscale: #C6C6C6. Windows color (decimal): -6426031 or 5370525. OLE color: 5370525.
HSL color Cylindrical-coordinate representation of color #9DF251: hue angle of 91.68º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DF251 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 81 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.05 |
| HSL | 91.68º | 0.86% | 0.63% | - |
| HSV(B) | 91.68º | 0.67% | 0.95% | - |
| XYZ | 47.14 | 71.27 | 19.06 | - |
| YUV | 198.23 | 61.84 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 81 | 0.35 | 0 | 0.67 | 0.05 | 91.68 | 0.86 | 0.63 |
| Hex | 9D | F2 | 51 | 23 | 0 | 43 | 5 | 5C | 56 | 3F |
| Octal | 235 | 362 | 121 | 43 | 0 | 103 | 5 | 134 | 126 | 77 |
| Binary | 10011101 | 11110010 | 1010001 | 100011 | 0 | 1000011 | 101 | 1011100 | 1010110 | 111111 |
Color Harmonies of #9DF251
Complementary color
Monochromatic Colors of #9DF251
Black with #9DF251
Text Example
Text Example
White with #9DF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF251; }
p { color: rgb(157,242,81); }
H1.HeaderClassName
{
color: #9DF251;
}
.AnyTagClassName
{
color: #9DF251;
}
</style>
background-color css
<style>
a { background-color: #9DF251; }
a { background-color: rgb(157,242,81); }
div.DivClassName
{
background-color: #9DF251;
}
.BgClassName
{
background-color: #9DF251;
}
</style>
border-color css
<style>
span { border-color: #9DF251; }
span { border-color: rgb(157,242,81); }
td.TdClassName
{
border-color: #9DF251;
}
.TagClassName
{
border-color: #9DF251;
}
</style>