Shades of Conifer #B0FD64
Tints of Conifer #B0FD64
RGB
CMYK
RGB Variations
Color information
#B0FD64 (or 0xB0FD64) is known color: Conifer. HEX triplet: B0, FD and 64. RGB value is (176,253,100). Sum of RGB (Red+Green+Blue) = 176+253+100=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FD64 is #4F029B. Grayscale: #D5D5D5. Windows color (decimal): -5178012 or 6618544. OLE color: 6618544.
HSL color Cylindrical-coordinate representation of color #B0FD64: hue angle of 90.2º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0FD64 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 100 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.01 |
| HSL | 90.2º | 0.97% | 0.69% | - |
| HSV(B) | 90.2º | 0.6% | 0.99% | - |
| XYZ | 55.33 | 80.4 | 24.66 | - |
| YUV | 212.54 | 64.49 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 100 | 0.30 | 0 | 0.60 | 0.01 | 90.2 | 0.97 | 0.69 |
| Hex | B0 | FD | 64 | 1E | 0 | 3C | 1 | 5A | 61 | 45 |
| Octal | 260 | 375 | 144 | 36 | 0 | 74 | 1 | 132 | 141 | 105 |
| Binary | 10110000 | 11111101 | 1100100 | 11110 | 0 | 111100 | 1 | 1011010 | 1100001 | 1000101 |
Color Harmonies of #B0FD64
Complementary color
Monochromatic Colors of #B0FD64
Black with #B0FD64
Text Example
Text Example
White with #B0FD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FD64; }
p { color: rgb(176,253,100); }
H1.HeaderClassName
{
color: #B0FD64;
}
.AnyTagClassName
{
color: #B0FD64;
}
</style>
background-color css
<style>
a { background-color: #B0FD64; }
a { background-color: rgb(176,253,100); }
div.DivClassName
{
background-color: #B0FD64;
}
.BgClassName
{
background-color: #B0FD64;
}
</style>
border-color css
<style>
span { border-color: #B0FD64; }
span { border-color: rgb(176,253,100); }
td.TdClassName
{
border-color: #B0FD64;
}
.TagClassName
{
border-color: #B0FD64;
}
</style>