Shades of Conifer #BCF244
Tints of Conifer #BCF244
RGB
CMYK
RGB Variations
Color information
#BCF244 (or 0xBCF244) is known color: Conifer. HEX triplet: BC, F2 and 44. RGB value is (188,242,68). Sum of RGB (Red+Green+Blue) = 188+242+68=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF244 is #430DBB. Grayscale: #CECECE. Windows color (decimal): -4394428 or 4518588. OLE color: 4518588.
HSL color Cylindrical-coordinate representation of color #BCF244: hue angle of 78.62º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCF244 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 68 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.05 |
| HSL | 78.62º | 0.87% | 0.61% | - |
| HSV(B) | 78.62º | 0.72% | 0.95% | - |
| XYZ | 53.53 | 74.61 | 17.05 | - |
| YUV | 206.02 | 50.11 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 68 | 0.22 | 0 | 0.72 | 0.05 | 78.62 | 0.87 | 0.61 |
| Hex | BC | F2 | 44 | 16 | 0 | 48 | 5 | 4F | 57 | 3D |
| Octal | 274 | 362 | 104 | 26 | 0 | 110 | 5 | 117 | 127 | 75 |
| Binary | 10111100 | 11110010 | 1000100 | 10110 | 0 | 1001000 | 101 | 1001111 | 1010111 | 111101 |
Color Harmonies of #BCF244
Complementary color
Monochromatic Colors of #BCF244
Black with #BCF244
Text Example
Text Example
White with #BCF244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF244; }
p { color: rgb(188,242,68); }
H1.HeaderClassName
{
color: #BCF244;
}
.AnyTagClassName
{
color: #BCF244;
}
</style>
background-color css
<style>
a { background-color: #BCF244; }
a { background-color: rgb(188,242,68); }
div.DivClassName
{
background-color: #BCF244;
}
.BgClassName
{
background-color: #BCF244;
}
</style>
border-color css
<style>
span { border-color: #BCF244; }
span { border-color: rgb(188,242,68); }
td.TdClassName
{
border-color: #BCF244;
}
.TagClassName
{
border-color: #BCF244;
}
</style>