Shades of Conifer #B2F566
Tints of Conifer #B2F566
RGB
CMYK
RGB Variations
Color information
#B2F566 (or 0xB2F566) is known color: Conifer. HEX triplet: B2, F5 and 66. RGB value is (178,245,102). Sum of RGB (Red+Green+Blue) = 178+245+102=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F566 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F566 is #4D0A99. Grayscale: #D1D1D1. Windows color (decimal): -5048986 or 6747570. OLE color: 6747570.
HSL color Cylindrical-coordinate representation of color #B2F566: hue angle of 88.11º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2F566 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 102 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.04 |
| HSL | 88.11º | 0.88% | 0.68% | - |
| HSV(B) | 88.11º | 0.58% | 0.96% | - |
| XYZ | 53.41 | 75.73 | 24.37 | - |
| YUV | 208.67 | 67.8 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 102 | 0.27 | 0 | 0.58 | 0.04 | 88.11 | 0.88 | 0.68 |
| Hex | B2 | F5 | 66 | 1B | 0 | 3A | 4 | 58 | 58 | 44 |
| Octal | 262 | 365 | 146 | 33 | 0 | 72 | 4 | 130 | 130 | 104 |
| Binary | 10110010 | 11110101 | 1100110 | 11011 | 0 | 111010 | 100 | 1011000 | 1011000 | 1000100 |
Color Harmonies of #B2F566
Complementary color
Monochromatic Colors of #B2F566
Black with #B2F566
Text Example
Text Example
White with #B2F566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F566; }
p { color: rgb(178,245,102); }
H1.HeaderClassName
{
color: #B2F566;
}
.AnyTagClassName
{
color: #B2F566;
}
</style>
background-color css
<style>
a { background-color: #B2F566; }
a { background-color: rgb(178,245,102); }
div.DivClassName
{
background-color: #B2F566;
}
.BgClassName
{
background-color: #B2F566;
}
</style>
border-color css
<style>
span { border-color: #B2F566; }
span { border-color: rgb(178,245,102); }
td.TdClassName
{
border-color: #B2F566;
}
.TagClassName
{
border-color: #B2F566;
}
</style>