Shades of Conifer #9BEF47
Tints of Conifer #9BEF47
RGB
CMYK
RGB Variations
Color information
#9BEF47 (or 0x9BEF47) is known color: Conifer. HEX triplet: 9B, EF and 47. RGB value is (155,239,71). Sum of RGB (Red+Green+Blue) = 155+239+71=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEF47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEF47 is #6410B8. Grayscale: #C3C3C3. Windows color (decimal): -6557881 or 4714395. OLE color: 4714395.
HSL color Cylindrical-coordinate representation of color #9BEF47: hue angle of 90º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BEF47 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 71 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.06 |
| HSL | 90º | 0.84% | 0.61% | - |
| HSV(B) | 90º | 0.7% | 0.94% | - |
| XYZ | 45.52 | 69.16 | 16.91 | - |
| YUV | 194.73 | 58.17 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 71 | 0.35 | 0 | 0.70 | 0.06 | 90 | 0.84 | 0.61 |
| Hex | 9B | EF | 47 | 23 | 0 | 46 | 6 | 5A | 54 | 3D |
| Octal | 233 | 357 | 107 | 43 | 0 | 106 | 6 | 132 | 124 | 75 |
| Binary | 10011011 | 11101111 | 1000111 | 100011 | 0 | 1000110 | 110 | 1011010 | 1010100 | 111101 |
Color Harmonies of #9BEF47
Complementary color
Monochromatic Colors of #9BEF47
Black with #9BEF47
Text Example
Text Example
White with #9BEF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEF47; }
p { color: rgb(155,239,71); }
H1.HeaderClassName
{
color: #9BEF47;
}
.AnyTagClassName
{
color: #9BEF47;
}
</style>
background-color css
<style>
a { background-color: #9BEF47; }
a { background-color: rgb(155,239,71); }
div.DivClassName
{
background-color: #9BEF47;
}
.BgClassName
{
background-color: #9BEF47;
}
</style>
border-color css
<style>
span { border-color: #9BEF47; }
span { border-color: rgb(155,239,71); }
td.TdClassName
{
border-color: #9BEF47;
}
.TagClassName
{
border-color: #9BEF47;
}
</style>