Shades of Conifer #BFF243
Tints of Conifer #BFF243
RGB
CMYK
RGB Variations
Color information
#BFF243 (or 0xBFF243) is known color: Conifer. HEX triplet: BF, F2 and 43. RGB value is (191,242,67). Sum of RGB (Red+Green+Blue) = 191+242+67=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF243 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF243 is #400DBC. Grayscale: #CFCFCF. Windows color (decimal): -4197821 or 4453055. OLE color: 4453055.
HSL color Cylindrical-coordinate representation of color #BFF243: hue angle of 77.49º 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 #BFF243 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 67 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.05 |
| HSL | 77.49º | 0.87% | 0.61% | - |
| HSV(B) | 77.49º | 0.72% | 0.95% | - |
| XYZ | 54.25 | 74.99 | 16.92 | - |
| YUV | 206.8 | 49.1 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 67 | 0.21 | 0 | 0.72 | 0.05 | 77.49 | 0.87 | 0.61 |
| Hex | BF | F2 | 43 | 15 | 0 | 48 | 5 | 4D | 57 | 3D |
| Octal | 277 | 362 | 103 | 25 | 0 | 110 | 5 | 115 | 127 | 75 |
| Binary | 10111111 | 11110010 | 1000011 | 10101 | 0 | 1001000 | 101 | 1001101 | 1010111 | 111101 |
Color Harmonies of #BFF243
Complementary color
Monochromatic Colors of #BFF243
Black with #BFF243
Text Example
Text Example
White with #BFF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF243; }
p { color: rgb(191,242,67); }
H1.HeaderClassName
{
color: #BFF243;
}
.AnyTagClassName
{
color: #BFF243;
}
</style>
background-color css
<style>
a { background-color: #BFF243; }
a { background-color: rgb(191,242,67); }
div.DivClassName
{
background-color: #BFF243;
}
.BgClassName
{
background-color: #BFF243;
}
</style>
border-color css
<style>
span { border-color: #BFF243; }
span { border-color: rgb(191,242,67); }
td.TdClassName
{
border-color: #BFF243;
}
.TagClassName
{
border-color: #BFF243;
}
</style>