Shades of Conifer #B5F066
Tints of Conifer #B5F066
RGB
CMYK
RGB Variations
Color information
#B5F066 (or 0xB5F066) is known color: Conifer. HEX triplet: B5, F0 and 66. RGB value is (181,240,102). Sum of RGB (Red+Green+Blue) = 181+240+102=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F066 is #4A0F99. Grayscale: #CFCFCF. Windows color (decimal): -4853658 or 6746293. OLE color: 6746293.
HSL color Cylindrical-coordinate representation of color #B5F066: hue angle of 85.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5F066 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 240 | 102 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.06 |
| HSL | 85.65º | 0.82% | 0.67% | - |
| HSV(B) | 85.65º | 0.58% | 0.94% | - |
| XYZ | 52.61 | 73.1 | 23.91 | - |
| YUV | 206.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 240 | 102 | 0.25 | 0 | 0.58 | 0.06 | 85.65 | 0.82 | 0.67 |
| Hex | B5 | F0 | 66 | 19 | 0 | 3A | 6 | 56 | 52 | 43 |
| Octal | 265 | 360 | 146 | 31 | 0 | 72 | 6 | 126 | 122 | 103 |
| Binary | 10110101 | 11110000 | 1100110 | 11001 | 0 | 111010 | 110 | 1010110 | 1010010 | 1000011 |
Color Harmonies of #B5F066
Complementary color
Monochromatic Colors of #B5F066
Black with #B5F066
Text Example
Text Example
White with #B5F066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F066; }
p { color: rgb(181,240,102); }
H1.HeaderClassName
{
color: #B5F066;
}
.AnyTagClassName
{
color: #B5F066;
}
</style>
background-color css
<style>
a { background-color: #B5F066; }
a { background-color: rgb(181,240,102); }
div.DivClassName
{
background-color: #B5F066;
}
.BgClassName
{
background-color: #B5F066;
}
</style>
border-color css
<style>
span { border-color: #B5F066; }
span { border-color: rgb(181,240,102); }
td.TdClassName
{
border-color: #B5F066;
}
.TagClassName
{
border-color: #B5F066;
}
</style>