Shades of Conifer #BFFC52
Tints of Conifer #BFFC52
RGB
CMYK
RGB Variations
Color information
#BFFC52 (or 0xBFFC52) is known color: Conifer. HEX triplet: BF, FC and 52. RGB value is (191,252,82). Sum of RGB (Red+Green+Blue) = 191+252+82=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC52 is #4003AD. Grayscale: #D6D6D6. Windows color (decimal): -4195246 or 5438655. OLE color: 5438655.
HSL color Cylindrical-coordinate representation of color #BFFC52: hue angle of 81.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFFC52 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 82 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.01 |
| HSL | 81.53º | 0.97% | 0.65% | - |
| HSV(B) | 81.53º | 0.67% | 0.99% | - |
| XYZ | 57.82 | 81.31 | 20.63 | - |
| YUV | 214.38 | 53.29 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 82 | 0.24 | 0 | 0.67 | 0.01 | 81.53 | 0.97 | 0.65 |
| Hex | BF | FC | 52 | 18 | 0 | 43 | 1 | 52 | 61 | 41 |
| Octal | 277 | 374 | 122 | 30 | 0 | 103 | 1 | 122 | 141 | 101 |
| Binary | 10111111 | 11111100 | 1010010 | 11000 | 0 | 1000011 | 1 | 1010010 | 1100001 | 1000001 |
Color Harmonies of #BFFC52
Complementary color
Monochromatic Colors of #BFFC52
Black with #BFFC52
Text Example
Text Example
White with #BFFC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC52; }
p { color: rgb(191,252,82); }
H1.HeaderClassName
{
color: #BFFC52;
}
.AnyTagClassName
{
color: #BFFC52;
}
</style>
background-color css
<style>
a { background-color: #BFFC52; }
a { background-color: rgb(191,252,82); }
div.DivClassName
{
background-color: #BFFC52;
}
.BgClassName
{
background-color: #BFFC52;
}
</style>
border-color css
<style>
span { border-color: #BFFC52; }
span { border-color: rgb(191,252,82); }
td.TdClassName
{
border-color: #BFFC52;
}
.TagClassName
{
border-color: #BFFC52;
}
</style>