Shades of Conifer #BFF453
Tints of Conifer #BFF453
RGB
CMYK
RGB Variations
Color information
#BFF453 (or 0xBFF453) is known color: Conifer. HEX triplet: BF, F4 and 53. RGB value is (191,244,83). Sum of RGB (Red+Green+Blue) = 191+244+83=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF453 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF453 is #400BAC. Grayscale: #D2D2D2. Windows color (decimal): -4197293 or 5502143. OLE color: 5502143.
HSL color Cylindrical-coordinate representation of color #BFF453: hue angle of 79.75º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFF453 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 83 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.04 |
| HSL | 79.75º | 0.88% | 0.64% | - |
| HSV(B) | 79.75º | 0.66% | 0.96% | - |
| XYZ | 55.4 | 76.4 | 20.01 | - |
| YUV | 209.8 | 56.44 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 83 | 0.22 | 0 | 0.66 | 0.04 | 79.75 | 0.88 | 0.64 |
| Hex | BF | F4 | 53 | 16 | 0 | 42 | 4 | 50 | 58 | 40 |
| Octal | 277 | 364 | 123 | 26 | 0 | 102 | 4 | 120 | 130 | 100 |
| Binary | 10111111 | 11110100 | 1010011 | 10110 | 0 | 1000010 | 100 | 1010000 | 1011000 | 1000000 |
Color Harmonies of #BFF453
Complementary color
Monochromatic Colors of #BFF453
Black with #BFF453
Text Example
Text Example
White with #BFF453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF453; }
p { color: rgb(191,244,83); }
H1.HeaderClassName
{
color: #BFF453;
}
.AnyTagClassName
{
color: #BFF453;
}
</style>
background-color css
<style>
a { background-color: #BFF453; }
a { background-color: rgb(191,244,83); }
div.DivClassName
{
background-color: #BFF453;
}
.BgClassName
{
background-color: #BFF453;
}
</style>
border-color css
<style>
span { border-color: #BFF453; }
span { border-color: rgb(191,244,83); }
td.TdClassName
{
border-color: #BFF453;
}
.TagClassName
{
border-color: #BFF453;
}
</style>