Shades of Conifer #BCF84B
Tints of Conifer #BCF84B
RGB
CMYK
RGB Variations
Color information
#BCF84B (or 0xBCF84B) is known color: Conifer. HEX triplet: BC, F8 and 4B. RGB value is (188,248,75). Sum of RGB (Red+Green+Blue) = 188+248+75=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF84B is #4307B4. Grayscale: #D2D2D2. Windows color (decimal): -4392885 or 4978876. OLE color: 4978876.
HSL color Cylindrical-coordinate representation of color #BCF84B: hue angle of 80.81º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCF84B is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 75 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.03 |
| HSL | 80.81º | 0.93% | 0.63% | - |
| HSV(B) | 80.81º | 0.7% | 0.97% | - |
| XYZ | 55.58 | 78.33 | 18.85 | - |
| YUV | 210.34 | 51.62 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 75 | 0.24 | 0 | 0.70 | 0.03 | 80.81 | 0.93 | 0.63 |
| Hex | BC | F8 | 4B | 18 | 0 | 46 | 3 | 51 | 5D | 3F |
| Octal | 274 | 370 | 113 | 30 | 0 | 106 | 3 | 121 | 135 | 77 |
| Binary | 10111100 | 11111000 | 1001011 | 11000 | 0 | 1000110 | 11 | 1010001 | 1011101 | 111111 |
Color Harmonies of #BCF84B
Complementary color
Monochromatic Colors of #BCF84B
Black with #BCF84B
Text Example
Text Example
White with #BCF84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF84B; }
p { color: rgb(188,248,75); }
H1.HeaderClassName
{
color: #BCF84B;
}
.AnyTagClassName
{
color: #BCF84B;
}
</style>
background-color css
<style>
a { background-color: #BCF84B; }
a { background-color: rgb(188,248,75); }
div.DivClassName
{
background-color: #BCF84B;
}
.BgClassName
{
background-color: #BCF84B;
}
</style>
border-color css
<style>
span { border-color: #BCF84B; }
span { border-color: rgb(188,248,75); }
td.TdClassName
{
border-color: #BCF84B;
}
.TagClassName
{
border-color: #BCF84B;
}
</style>