Shades of Conifer #9BFD5E
Tints of Conifer #9BFD5E
RGB
CMYK
RGB Variations
Color information
#9BFD5E (or 0x9BFD5E) is known color: Conifer. HEX triplet: 9B, FD and 5E. RGB value is (155,253,94). Sum of RGB (Red+Green+Blue) = 155+253+94=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFD5E is #6402A1. Grayscale: #CECECE. Windows color (decimal): -6554274 or 6225307. OLE color: 6225307.
HSL color Cylindrical-coordinate representation of color #9BFD5E: hue angle of 96.98º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BFD5E is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 94 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.01 |
| HSL | 96.98º | 0.98% | 0.68% | - |
| HSV(B) | 96.98º | 0.63% | 0.99% | - |
| XYZ | 50.66 | 78.03 | 22.98 | - |
| YUV | 205.57 | 65.03 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 94 | 0.39 | 0 | 0.63 | 0.01 | 96.98 | 0.98 | 0.68 |
| Hex | 9B | FD | 5E | 27 | 0 | 3F | 1 | 61 | 62 | 44 |
| Octal | 233 | 375 | 136 | 47 | 0 | 77 | 1 | 141 | 142 | 104 |
| Binary | 10011011 | 11111101 | 1011110 | 100111 | 0 | 111111 | 1 | 1100001 | 1100010 | 1000100 |
Color Harmonies of #9BFD5E
Complementary color
Monochromatic Colors of #9BFD5E
Black with #9BFD5E
Text Example
Text Example
White with #9BFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFD5E; }
p { color: rgb(155,253,94); }
H1.HeaderClassName
{
color: #9BFD5E;
}
.AnyTagClassName
{
color: #9BFD5E;
}
</style>
background-color css
<style>
a { background-color: #9BFD5E; }
a { background-color: rgb(155,253,94); }
div.DivClassName
{
background-color: #9BFD5E;
}
.BgClassName
{
background-color: #9BFD5E;
}
</style>
border-color css
<style>
span { border-color: #9BFD5E; }
span { border-color: rgb(155,253,94); }
td.TdClassName
{
border-color: #9BFD5E;
}
.TagClassName
{
border-color: #9BFD5E;
}
</style>