Shades of Conifer #B0FC54
Tints of Conifer #B0FC54
RGB
CMYK
RGB Variations
Color information
#B0FC54 (or 0xB0FC54) is known color: Conifer. HEX triplet: B0, FC and 54. RGB value is (176,252,84). Sum of RGB (Red+Green+Blue) = 176+252+84=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC54 is #4F03AB. Grayscale: #D2D2D2. Windows color (decimal): -5178284 or 5569712. OLE color: 5569712.
HSL color Cylindrical-coordinate representation of color #B0FC54: hue angle of 87.14º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0FC54 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 84 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.01 |
| HSL | 87.14º | 0.97% | 0.66% | - |
| HSV(B) | 87.14º | 0.67% | 0.99% | - |
| XYZ | 54.32 | 79.49 | 20.87 | - |
| YUV | 210.12 | 56.82 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 84 | 0.30 | 0 | 0.67 | 0.01 | 87.14 | 0.97 | 0.66 |
| Hex | B0 | FC | 54 | 1E | 0 | 43 | 1 | 57 | 61 | 42 |
| Octal | 260 | 374 | 124 | 36 | 0 | 103 | 1 | 127 | 141 | 102 |
| Binary | 10110000 | 11111100 | 1010100 | 11110 | 0 | 1000011 | 1 | 1010111 | 1100001 | 1000010 |
Color Harmonies of #B0FC54
Complementary color
Monochromatic Colors of #B0FC54
Black with #B0FC54
Text Example
Text Example
White with #B0FC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC54; }
p { color: rgb(176,252,84); }
H1.HeaderClassName
{
color: #B0FC54;
}
.AnyTagClassName
{
color: #B0FC54;
}
</style>
background-color css
<style>
a { background-color: #B0FC54; }
a { background-color: rgb(176,252,84); }
div.DivClassName
{
background-color: #B0FC54;
}
.BgClassName
{
background-color: #B0FC54;
}
</style>
border-color css
<style>
span { border-color: #B0FC54; }
span { border-color: rgb(176,252,84); }
td.TdClassName
{
border-color: #B0FC54;
}
.TagClassName
{
border-color: #B0FC54;
}
</style>