Shades of Conifer #B5F665
Tints of Conifer #B5F665
RGB
CMYK
RGB Variations
Color information
#B5F665 (or 0xB5F665) is known color: Conifer. HEX triplet: B5, F6 and 65. RGB value is (181,246,101). Sum of RGB (Red+Green+Blue) = 181+246+101=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #B5F665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F665 is #4A099A. Grayscale: #D2D2D2. Windows color (decimal): -4852123 or 6682293. OLE color: 6682293.
HSL color Cylindrical-coordinate representation of color #B5F665: hue angle of 86.9º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5F665 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 246 | 101 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.04 |
| HSL | 86.9º | 0.89% | 0.68% | - |
| HSV(B) | 86.9º | 0.59% | 0.96% | - |
| XYZ | 54.36 | 76.67 | 24.25 | - |
| YUV | 210.04 | 66.47 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 246 | 101 | 0.26 | 0 | 0.59 | 0.04 | 86.9 | 0.89 | 0.68 |
| Hex | B5 | F6 | 65 | 1A | 0 | 3B | 4 | 57 | 59 | 44 |
| Octal | 265 | 366 | 145 | 32 | 0 | 73 | 4 | 127 | 131 | 104 |
| Binary | 10110101 | 11110110 | 1100101 | 11010 | 0 | 111011 | 100 | 1010111 | 1011001 | 1000100 |
Color Harmonies of #B5F665
Complementary color
Monochromatic Colors of #B5F665
Black with #B5F665
Text Example
Text Example
White with #B5F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F665; }
p { color: rgb(181,246,101); }
H1.HeaderClassName
{
color: #B5F665;
}
.AnyTagClassName
{
color: #B5F665;
}
</style>
background-color css
<style>
a { background-color: #B5F665; }
a { background-color: rgb(181,246,101); }
div.DivClassName
{
background-color: #B5F665;
}
.BgClassName
{
background-color: #B5F665;
}
</style>
border-color css
<style>
span { border-color: #B5F665; }
span { border-color: rgb(181,246,101); }
td.TdClassName
{
border-color: #B5F665;
}
.TagClassName
{
border-color: #B5F665;
}
</style>