Shades of Conifer #BCF460
Tints of Conifer #BCF460
RGB
CMYK
RGB Variations
Color information
#BCF460 (or 0xBCF460) is known color: Conifer. HEX triplet: BC, F4 and 60. RGB value is (188,244,96). Sum of RGB (Red+Green+Blue) = 188+244+96=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF460 is #430B9F. Grayscale: #D2D2D2. Windows color (decimal): -4393888 or 6354108. OLE color: 6354108.
HSL color Cylindrical-coordinate representation of color #BCF460: hue angle of 82.7º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCF460 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 96 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.04 |
| HSL | 82.7º | 0.87% | 0.67% | - |
| HSV(B) | 82.7º | 0.61% | 0.96% | - |
| XYZ | 55.2 | 76.24 | 22.87 | - |
| YUV | 210.38 | 63.45 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 96 | 0.23 | 0 | 0.61 | 0.04 | 82.7 | 0.87 | 0.67 |
| Hex | BC | F4 | 60 | 17 | 0 | 3D | 4 | 53 | 57 | 43 |
| Octal | 274 | 364 | 140 | 27 | 0 | 75 | 4 | 123 | 127 | 103 |
| Binary | 10111100 | 11110100 | 1100000 | 10111 | 0 | 111101 | 100 | 1010011 | 1010111 | 1000011 |
Color Harmonies of #BCF460
Complementary color
Monochromatic Colors of #BCF460
Black with #BCF460
Text Example
Text Example
White with #BCF460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF460; }
p { color: rgb(188,244,96); }
H1.HeaderClassName
{
color: #BCF460;
}
.AnyTagClassName
{
color: #BCF460;
}
</style>
background-color css
<style>
a { background-color: #BCF460; }
a { background-color: rgb(188,244,96); }
div.DivClassName
{
background-color: #BCF460;
}
.BgClassName
{
background-color: #BCF460;
}
</style>
border-color css
<style>
span { border-color: #BCF460; }
span { border-color: rgb(188,244,96); }
td.TdClassName
{
border-color: #BCF460;
}
.TagClassName
{
border-color: #BCF460;
}
</style>