Shades of Conifer #9BFE5B
Tints of Conifer #9BFE5B
RGB
CMYK
RGB Variations
Color information
#9BFE5B (or 0x9BFE5B) is known color: Conifer. HEX triplet: 9B, FE and 5B. RGB value is (155,254,91). Sum of RGB (Red+Green+Blue) = 155+254+91=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFE5B is #6401A4. Grayscale: #CECECE. Windows color (decimal): -6554021 or 6028955. OLE color: 6028955.
HSL color Cylindrical-coordinate representation of color #9BFE5B: hue angle of 96.44º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BFE5B is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 91 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.00 |
| HSL | 96.44º | 0.99% | 0.68% | - |
| HSV(B) | 96.44º | 0.64% | 1% | - |
| XYZ | 50.85 | 78.61 | 22.39 | - |
| YUV | 205.82 | 63.2 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 91 | 0.39 | 0 | 0.64 | 0.00 | 96.44 | 0.99 | 0.68 |
| Hex | 9B | FE | 5B | 27 | 0 | 40 | 0 | 60 | 63 | 44 |
| Octal | 233 | 376 | 133 | 47 | 0 | 100 | 0 | 140 | 143 | 104 |
| Binary | 10011011 | 11111110 | 1011011 | 100111 | 0 | 1000000 | 0 | 1100000 | 1100011 | 1000100 |
Color Harmonies of #9BFE5B
Complementary color
Monochromatic Colors of #9BFE5B
Black with #9BFE5B
Text Example
Text Example
White with #9BFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFE5B; }
p { color: rgb(155,254,91); }
H1.HeaderClassName
{
color: #9BFE5B;
}
.AnyTagClassName
{
color: #9BFE5B;
}
</style>
background-color css
<style>
a { background-color: #9BFE5B; }
a { background-color: rgb(155,254,91); }
div.DivClassName
{
background-color: #9BFE5B;
}
.BgClassName
{
background-color: #9BFE5B;
}
</style>
border-color css
<style>
span { border-color: #9BFE5B; }
span { border-color: rgb(155,254,91); }
td.TdClassName
{
border-color: #9BFE5B;
}
.TagClassName
{
border-color: #9BFE5B;
}
</style>