Shades of Conifer #BFF853
Tints of Conifer #BFF853
RGB
CMYK
RGB Variations
Color information
#BFF853 (or 0xBFF853) is known color: Conifer. HEX triplet: BF, F8 and 53. RGB value is (191,248,83). Sum of RGB (Red+Green+Blue) = 191+248+83=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF853 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF853 is #4007AC. Grayscale: #D4D4D4. Windows color (decimal): -4196269 or 5503167. OLE color: 5503167.
HSL color Cylindrical-coordinate representation of color #BFF853: hue angle of 80.73º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFF853 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 83 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.03 |
| HSL | 80.73º | 0.92% | 0.65% | - |
| HSV(B) | 80.73º | 0.67% | 0.97% | - |
| XYZ | 56.61 | 78.84 | 20.42 | - |
| YUV | 212.15 | 55.12 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 83 | 0.23 | 0 | 0.67 | 0.03 | 80.73 | 0.92 | 0.65 |
| Hex | BF | F8 | 53 | 17 | 0 | 43 | 3 | 51 | 5C | 41 |
| Octal | 277 | 370 | 123 | 27 | 0 | 103 | 3 | 121 | 134 | 101 |
| Binary | 10111111 | 11111000 | 1010011 | 10111 | 0 | 1000011 | 11 | 1010001 | 1011100 | 1000001 |
Color Harmonies of #BFF853
Complementary color
Monochromatic Colors of #BFF853
Black with #BFF853
Text Example
Text Example
White with #BFF853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF853; }
p { color: rgb(191,248,83); }
H1.HeaderClassName
{
color: #BFF853;
}
.AnyTagClassName
{
color: #BFF853;
}
</style>
background-color css
<style>
a { background-color: #BFF853; }
a { background-color: rgb(191,248,83); }
div.DivClassName
{
background-color: #BFF853;
}
.BgClassName
{
background-color: #BFF853;
}
</style>
border-color css
<style>
span { border-color: #BFF853; }
span { border-color: rgb(191,248,83); }
td.TdClassName
{
border-color: #BFF853;
}
.TagClassName
{
border-color: #BFF853;
}
</style>