Shades of Conifer #9FEF4F
Tints of Conifer #9FEF4F
RGB
CMYK
RGB Variations
Color information
#9FEF4F (or 0x9FEF4F) is known color: Conifer. HEX triplet: 9F, EF and 4F. RGB value is (159,239,79). Sum of RGB (Red+Green+Blue) = 159+239+79=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEF4F is #6010B0. Grayscale: #C5C5C5. Windows color (decimal): -6295729 or 5238687. OLE color: 5238687.
HSL color Cylindrical-coordinate representation of color #9FEF4F: hue angle of 90º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FEF4F is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 79 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.06 |
| HSL | 90º | 0.83% | 0.62% | - |
| HSV(B) | 90º | 0.67% | 0.94% | - |
| XYZ | 46.58 | 69.67 | 18.39 | - |
| YUV | 196.84 | 61.5 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 79 | 0.33 | 0 | 0.67 | 0.06 | 90 | 0.83 | 0.62 |
| Hex | 9F | EF | 4F | 21 | 0 | 43 | 6 | 5A | 53 | 3E |
| Octal | 237 | 357 | 117 | 41 | 0 | 103 | 6 | 132 | 123 | 76 |
| Binary | 10011111 | 11101111 | 1001111 | 100001 | 0 | 1000011 | 110 | 1011010 | 1010011 | 111110 |
Color Harmonies of #9FEF4F
Complementary color
Monochromatic Colors of #9FEF4F
Black with #9FEF4F
Text Example
Text Example
White with #9FEF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEF4F; }
p { color: rgb(159,239,79); }
H1.HeaderClassName
{
color: #9FEF4F;
}
.AnyTagClassName
{
color: #9FEF4F;
}
</style>
background-color css
<style>
a { background-color: #9FEF4F; }
a { background-color: rgb(159,239,79); }
div.DivClassName
{
background-color: #9FEF4F;
}
.BgClassName
{
background-color: #9FEF4F;
}
</style>
border-color css
<style>
span { border-color: #9FEF4F; }
span { border-color: rgb(159,239,79); }
td.TdClassName
{
border-color: #9FEF4F;
}
.TagClassName
{
border-color: #9FEF4F;
}
</style>