Shades of Conifer #BFF144
Tints of Conifer #BFF144
RGB
CMYK
RGB Variations
Color information
#BFF144 (or 0xBFF144) is known color: Conifer. HEX triplet: BF, F1 and 44. RGB value is (191,241,68). Sum of RGB (Red+Green+Blue) = 191+241+68=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF144 is #400EBB. Grayscale: #CECECE. Windows color (decimal): -4198076 or 4518335. OLE color: 4518335.
HSL color Cylindrical-coordinate representation of color #BFF144: hue angle of 77.34º degrees, saturation: 0.86, 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 #BFF144 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 68 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.05 |
| HSL | 77.34º | 0.86% | 0.61% | - |
| HSV(B) | 77.34º | 0.72% | 0.95% | - |
| XYZ | 53.98 | 74.4 | 16.99 | - |
| YUV | 206.33 | 49.94 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 68 | 0.21 | 0 | 0.72 | 0.05 | 77.34 | 0.86 | 0.61 |
| Hex | BF | F1 | 44 | 15 | 0 | 48 | 5 | 4D | 56 | 3D |
| Octal | 277 | 361 | 104 | 25 | 0 | 110 | 5 | 115 | 126 | 75 |
| Binary | 10111111 | 11110001 | 1000100 | 10101 | 0 | 1001000 | 101 | 1001101 | 1010110 | 111101 |
Color Harmonies of #BFF144
Complementary color
Monochromatic Colors of #BFF144
Black with #BFF144
Text Example
Text Example
White with #BFF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF144; }
p { color: rgb(191,241,68); }
H1.HeaderClassName
{
color: #BFF144;
}
.AnyTagClassName
{
color: #BFF144;
}
</style>
background-color css
<style>
a { background-color: #BFF144; }
a { background-color: rgb(191,241,68); }
div.DivClassName
{
background-color: #BFF144;
}
.BgClassName
{
background-color: #BFF144;
}
</style>
border-color css
<style>
span { border-color: #BFF144; }
span { border-color: rgb(191,241,68); }
td.TdClassName
{
border-color: #BFF144;
}
.TagClassName
{
border-color: #BFF144;
}
</style>