Shades of Conifer #9FED52
Tints of Conifer #9FED52
RGB
CMYK
RGB Variations
Color information
#9FED52 (or 0x9FED52) is known color: Conifer. HEX triplet: 9F, ED and 52. RGB value is (159,237,82). Sum of RGB (Red+Green+Blue) = 159+237+82=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FED52 is #6012AD. Grayscale: #C4C4C4. Windows color (decimal): -6296238 or 5434783. OLE color: 5434783.
HSL color Cylindrical-coordinate representation of color #9FED52: hue angle of 90.19º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FED52 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 82 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.07 |
| HSL | 90.19º | 0.81% | 0.63% | - |
| HSV(B) | 90.19º | 0.65% | 0.93% | - |
| XYZ | 46.11 | 68.55 | 18.78 | - |
| YUV | 196.01 | 63.66 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 82 | 0.33 | 0 | 0.65 | 0.07 | 90.19 | 0.81 | 0.63 |
| Hex | 9F | ED | 52 | 21 | 0 | 41 | 7 | 5A | 51 | 3F |
| Octal | 237 | 355 | 122 | 41 | 0 | 101 | 7 | 132 | 121 | 77 |
| Binary | 10011111 | 11101101 | 1010010 | 100001 | 0 | 1000001 | 111 | 1011010 | 1010001 | 111111 |
Color Harmonies of #9FED52
Complementary color
Monochromatic Colors of #9FED52
Black with #9FED52
Text Example
Text Example
White with #9FED52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FED52; }
p { color: rgb(159,237,82); }
H1.HeaderClassName
{
color: #9FED52;
}
.AnyTagClassName
{
color: #9FED52;
}
</style>
background-color css
<style>
a { background-color: #9FED52; }
a { background-color: rgb(159,237,82); }
div.DivClassName
{
background-color: #9FED52;
}
.BgClassName
{
background-color: #9FED52;
}
</style>
border-color css
<style>
span { border-color: #9FED52; }
span { border-color: rgb(159,237,82); }
td.TdClassName
{
border-color: #9FED52;
}
.TagClassName
{
border-color: #9FED52;
}
</style>