Shades of Conifer #9FEF52
Tints of Conifer #9FEF52
RGB
CMYK
RGB Variations
Color information
#9FEF52 (or 0x9FEF52) is known color: Conifer. HEX triplet: 9F, EF and 52. RGB value is (159,239,82). Sum of RGB (Red+Green+Blue) = 159+239+82=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEF52 is #6010AD. Grayscale: #C5C5C5. Windows color (decimal): -6295726 or 5435295. OLE color: 5435295.
HSL color Cylindrical-coordinate representation of color #9FEF52: hue angle of 90.57º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FEF52 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 82 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.06 |
| HSL | 90.57º | 0.83% | 0.63% | - |
| HSV(B) | 90.57º | 0.66% | 0.94% | - |
| XYZ | 46.69 | 69.71 | 18.98 | - |
| YUV | 197.18 | 63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 82 | 0.33 | 0 | 0.66 | 0.06 | 90.57 | 0.83 | 0.63 |
| Hex | 9F | EF | 52 | 21 | 0 | 42 | 6 | 5B | 53 | 3F |
| Octal | 237 | 357 | 122 | 41 | 0 | 102 | 6 | 133 | 123 | 77 |
| Binary | 10011111 | 11101111 | 1010010 | 100001 | 0 | 1000010 | 110 | 1011011 | 1010011 | 111111 |
Color Harmonies of #9FEF52
Complementary color
Monochromatic Colors of #9FEF52
Black with #9FEF52
Text Example
Text Example
White with #9FEF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEF52; }
p { color: rgb(159,239,82); }
H1.HeaderClassName
{
color: #9FEF52;
}
.AnyTagClassName
{
color: #9FEF52;
}
</style>
background-color css
<style>
a { background-color: #9FEF52; }
a { background-color: rgb(159,239,82); }
div.DivClassName
{
background-color: #9FEF52;
}
.BgClassName
{
background-color: #9FEF52;
}
</style>
border-color css
<style>
span { border-color: #9FEF52; }
span { border-color: rgb(159,239,82); }
td.TdClassName
{
border-color: #9FEF52;
}
.TagClassName
{
border-color: #9FEF52;
}
</style>