Shades of Conifer #BFF452
Tints of Conifer #BFF452
RGB
CMYK
RGB Variations
Color information
#BFF452 (or 0xBFF452) is known color: Conifer. HEX triplet: BF, F4 and 52. RGB value is (191,244,82). Sum of RGB (Red+Green+Blue) = 191+244+82=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF452 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF452 is #400BAD. Grayscale: #D2D2D2. Windows color (decimal): -4197294 or 5436607. OLE color: 5436607.
HSL color Cylindrical-coordinate representation of color #BFF452: hue angle of 79.63º 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 #BFF452 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 82 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.04 |
| HSL | 79.63º | 0.88% | 0.64% | - |
| HSV(B) | 79.63º | 0.66% | 0.96% | - |
| XYZ | 55.36 | 76.39 | 19.81 | - |
| YUV | 209.69 | 55.94 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 82 | 0.22 | 0 | 0.66 | 0.04 | 79.63 | 0.88 | 0.64 |
| Hex | BF | F4 | 52 | 16 | 0 | 42 | 4 | 50 | 58 | 40 |
| Octal | 277 | 364 | 122 | 26 | 0 | 102 | 4 | 120 | 130 | 100 |
| Binary | 10111111 | 11110100 | 1010010 | 10110 | 0 | 1000010 | 100 | 1010000 | 1011000 | 1000000 |
Color Harmonies of #BFF452
Complementary color
Monochromatic Colors of #BFF452
Black with #BFF452
Text Example
Text Example
White with #BFF452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF452; }
p { color: rgb(191,244,82); }
H1.HeaderClassName
{
color: #BFF452;
}
.AnyTagClassName
{
color: #BFF452;
}
</style>
background-color css
<style>
a { background-color: #BFF452; }
a { background-color: rgb(191,244,82); }
div.DivClassName
{
background-color: #BFF452;
}
.BgClassName
{
background-color: #BFF452;
}
</style>
border-color css
<style>
span { border-color: #BFF452; }
span { border-color: rgb(191,244,82); }
td.TdClassName
{
border-color: #BFF452;
}
.TagClassName
{
border-color: #BFF452;
}
</style>