Shades of Conifer #BFF143
Tints of Conifer #BFF143
RGB
CMYK
RGB Variations
Color information
#BFF143 (or 0xBFF143) is known color: Conifer. HEX triplet: BF, F1 and 43. RGB value is (191,241,67). Sum of RGB (Red+Green+Blue) = 191+241+67=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 67 (26.56% from 255 or 13.43% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF143 is #400EBC. Grayscale: #CECECE. Windows color (decimal): -4198077 or 4452799. OLE color: 4452799.
HSL color Cylindrical-coordinate representation of color #BFF143: hue angle of 77.24º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFF143 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 67 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.05 |
| HSL | 77.24º | 0.86% | 0.6% | - |
| HSV(B) | 77.24º | 0.72% | 0.95% | - |
| XYZ | 53.95 | 74.39 | 16.83 | - |
| YUV | 206.21 | 49.44 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 67 | 0.21 | 0 | 0.72 | 0.05 | 77.24 | 0.86 | 0.6 |
| Hex | BF | F1 | 43 | 15 | 0 | 48 | 5 | 4D | 56 | 3C |
| Octal | 277 | 361 | 103 | 25 | 0 | 110 | 5 | 115 | 126 | 74 |
| Binary | 10111111 | 11110001 | 1000011 | 10101 | 0 | 1001000 | 101 | 1001101 | 1010110 | 111100 |
Color Harmonies of #BFF143
Complementary color
Monochromatic Colors of #BFF143
Black with #BFF143
Text Example
Text Example
White with #BFF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF143; }
p { color: rgb(191,241,67); }
H1.HeaderClassName
{
color: #BFF143;
}
.AnyTagClassName
{
color: #BFF143;
}
</style>
background-color css
<style>
a { background-color: #BFF143; }
a { background-color: rgb(191,241,67); }
div.DivClassName
{
background-color: #BFF143;
}
.BgClassName
{
background-color: #BFF143;
}
</style>
border-color css
<style>
span { border-color: #BFF143; }
span { border-color: rgb(191,241,67); }
td.TdClassName
{
border-color: #BFF143;
}
.TagClassName
{
border-color: #BFF143;
}
</style>