Shades of Conifer #BCF153
Tints of Conifer #BCF153
RGB
CMYK
RGB Variations
Color information
#BCF153 (or 0xBCF153) is known color: Conifer. HEX triplet: BC, F1 and 53. RGB value is (188,241,83). Sum of RGB (Red+Green+Blue) = 188+241+83=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF153 is #430EAC. Grayscale: #CFCFCF. Windows color (decimal): -4394669 or 5501372. OLE color: 5501372.
HSL color Cylindrical-coordinate representation of color #BCF153: hue angle of 80.13º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCF153 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 83 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.05 |
| HSL | 80.13º | 0.85% | 0.64% | - |
| HSV(B) | 80.13º | 0.66% | 0.95% | - |
| XYZ | 53.76 | 74.23 | 19.68 | - |
| YUV | 207.14 | 57.94 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 83 | 0.22 | 0 | 0.66 | 0.05 | 80.13 | 0.85 | 0.64 |
| Hex | BC | F1 | 53 | 16 | 0 | 42 | 5 | 50 | 55 | 40 |
| Octal | 274 | 361 | 123 | 26 | 0 | 102 | 5 | 120 | 125 | 100 |
| Binary | 10111100 | 11110001 | 1010011 | 10110 | 0 | 1000010 | 101 | 1010000 | 1010101 | 1000000 |
Color Harmonies of #BCF153
Complementary color
Monochromatic Colors of #BCF153
Black with #BCF153
Text Example
Text Example
White with #BCF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF153; }
p { color: rgb(188,241,83); }
H1.HeaderClassName
{
color: #BCF153;
}
.AnyTagClassName
{
color: #BCF153;
}
</style>
background-color css
<style>
a { background-color: #BCF153; }
a { background-color: rgb(188,241,83); }
div.DivClassName
{
background-color: #BCF153;
}
.BgClassName
{
background-color: #BCF153;
}
</style>
border-color css
<style>
span { border-color: #BCF153; }
span { border-color: rgb(188,241,83); }
td.TdClassName
{
border-color: #BCF153;
}
.TagClassName
{
border-color: #BCF153;
}
</style>