Shades of Conifer #BCF45A
Tints of Conifer #BCF45A
RGB
CMYK
RGB Variations
Color information
#BCF45A (or 0xBCF45A) is known color: Conifer. HEX triplet: BC, F4 and 5A. RGB value is (188,244,90). Sum of RGB (Red+Green+Blue) = 188+244+90=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF45A is #430BA5. Grayscale: #D2D2D2. Windows color (decimal): -4393894 or 5960892. OLE color: 5960892.
HSL color Cylindrical-coordinate representation of color #BCF45A: hue angle of 81.82º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCF45A is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 90 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.04 |
| HSL | 81.82º | 0.88% | 0.65% | - |
| HSV(B) | 81.82º | 0.63% | 0.96% | - |
| XYZ | 54.94 | 76.13 | 21.47 | - |
| YUV | 209.7 | 60.45 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 90 | 0.23 | 0 | 0.63 | 0.04 | 81.82 | 0.88 | 0.65 |
| Hex | BC | F4 | 5A | 17 | 0 | 3F | 4 | 52 | 58 | 41 |
| Octal | 274 | 364 | 132 | 27 | 0 | 77 | 4 | 122 | 130 | 101 |
| Binary | 10111100 | 11110100 | 1011010 | 10111 | 0 | 111111 | 100 | 1010010 | 1011000 | 1000001 |
Color Harmonies of #BCF45A
Complementary color
Monochromatic Colors of #BCF45A
Black with #BCF45A
Text Example
Text Example
White with #BCF45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF45A; }
p { color: rgb(188,244,90); }
H1.HeaderClassName
{
color: #BCF45A;
}
.AnyTagClassName
{
color: #BCF45A;
}
</style>
background-color css
<style>
a { background-color: #BCF45A; }
a { background-color: rgb(188,244,90); }
div.DivClassName
{
background-color: #BCF45A;
}
.BgClassName
{
background-color: #BCF45A;
}
</style>
border-color css
<style>
span { border-color: #BCF45A; }
span { border-color: rgb(188,244,90); }
td.TdClassName
{
border-color: #BCF45A;
}
.TagClassName
{
border-color: #BCF45A;
}
</style>