Shades of Conifer #9BFF5C
Tints of Conifer #9BFF5C
RGB
CMYK
RGB Variations
Color information
#9BFF5C (or 0x9BFF5C) is known color: Conifer. HEX triplet: 9B, FF and 5C. RGB value is (155,255,92). Sum of RGB (Red+Green+Blue) = 155+255+92=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFF5C is #6400A3. Grayscale: #CFCFCF. Windows color (decimal): -6553764 or 6094747. OLE color: 6094747.
HSL color Cylindrical-coordinate representation of color #9BFF5C: hue angle of 96.81º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BFF5C is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 92 | - |
| CMYK | 0.39 | 0 | 0.64 | 0 |
| HSL | 96.81º | 1% | 0.68% | - |
| HSV(B) | 96.81º | 0.64% | 1% | - |
| XYZ | 51.21 | 79.26 | 22.73 | - |
| YUV | 206.52 | 63.37 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 92 | 0.39 | 0 | 0.64 | 0 | 96.81 | 1 | 0.68 |
| Hex | 9B | FF | 5C | 27 | 0 | 40 | 0 | 61 | 64 | 44 |
| Octal | 233 | 377 | 134 | 47 | 0 | 100 | 0 | 141 | 144 | 104 |
| Binary | 10011011 | 11111111 | 1011100 | 100111 | 0 | 1000000 | 0 | 1100001 | 1100100 | 1000100 |
Color Harmonies of #9BFF5C
Complementary color
Monochromatic Colors of #9BFF5C
Black with #9BFF5C
Text Example
Text Example
White with #9BFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF5C; }
p { color: rgb(155,255,92); }
H1.HeaderClassName
{
color: #9BFF5C;
}
.AnyTagClassName
{
color: #9BFF5C;
}
</style>
background-color css
<style>
a { background-color: #9BFF5C; }
a { background-color: rgb(155,255,92); }
div.DivClassName
{
background-color: #9BFF5C;
}
.BgClassName
{
background-color: #9BFF5C;
}
</style>
border-color css
<style>
span { border-color: #9BFF5C; }
span { border-color: rgb(155,255,92); }
td.TdClassName
{
border-color: #9BFF5C;
}
.TagClassName
{
border-color: #9BFF5C;
}
</style>