Shades of Conifer #9BDF64
Tints of Conifer #9BDF64
RGB
CMYK
RGB Variations
Color information
#9BDF64 (or 0x9BDF64) is known color: Conifer. HEX triplet: 9B, DF and 64. RGB value is (155,223,100). Sum of RGB (Red+Green+Blue) = 155+223+100=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF64 is #64209B. Grayscale: #BDBDBD. Windows color (decimal): -6561948 or 6610843. OLE color: 6610843.
HSL color Cylindrical-coordinate representation of color #9BDF64: hue angle of 93.17º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BDF64 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 100 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.13 |
| HSL | 93.17º | 0.66% | 0.63% | - |
| HSV(B) | 93.17º | 0.55% | 0.87% | - |
| XYZ | 42.21 | 60.66 | 21.54 | - |
| YUV | 188.65 | 77.97 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 100 | 0.30 | 0 | 0.55 | 0.13 | 93.17 | 0.66 | 0.63 |
| Hex | 9B | DF | 64 | 1E | 0 | 37 | D | 5D | 42 | 3F |
| Octal | 233 | 337 | 144 | 36 | 0 | 67 | 15 | 135 | 102 | 77 |
| Binary | 10011011 | 11011111 | 1100100 | 11110 | 0 | 110111 | 1101 | 1011101 | 1000010 | 111111 |
Color Harmonies of #9BDF64
Complementary color
Monochromatic Colors of #9BDF64
Black with #9BDF64
Text Example
Text Example
White with #9BDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDF64; }
p { color: rgb(155,223,100); }
H1.HeaderClassName
{
color: #9BDF64;
}
.AnyTagClassName
{
color: #9BDF64;
}
</style>
background-color css
<style>
a { background-color: #9BDF64; }
a { background-color: rgb(155,223,100); }
div.DivClassName
{
background-color: #9BDF64;
}
.BgClassName
{
background-color: #9BDF64;
}
</style>
border-color css
<style>
span { border-color: #9BDF64; }
span { border-color: rgb(155,223,100); }
td.TdClassName
{
border-color: #9BDF64;
}
.TagClassName
{
border-color: #9BDF64;
}
</style>