Shades of Conifer #BFF24D
Tints of Conifer #BFF24D
RGB
CMYK
RGB Variations
Color information
#BFF24D (or 0xBFF24D) is known color: Conifer. HEX triplet: BF, F2 and 4D. RGB value is (191,242,77). Sum of RGB (Red+Green+Blue) = 191+242+77=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF24D is #400DB2. Grayscale: #D0D0D0. Windows color (decimal): -4197811 or 5108415. OLE color: 5108415.
HSL color Cylindrical-coordinate representation of color #BFF24D: hue angle of 78.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFF24D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 77 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.05 |
| HSL | 78.55º | 0.86% | 0.63% | - |
| HSV(B) | 78.55º | 0.68% | 0.95% | - |
| XYZ | 54.58 | 75.12 | 18.64 | - |
| YUV | 207.94 | 54.1 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 77 | 0.21 | 0 | 0.68 | 0.05 | 78.55 | 0.86 | 0.63 |
| Hex | BF | F2 | 4D | 15 | 0 | 44 | 5 | 4F | 56 | 3F |
| Octal | 277 | 362 | 115 | 25 | 0 | 104 | 5 | 117 | 126 | 77 |
| Binary | 10111111 | 11110010 | 1001101 | 10101 | 0 | 1000100 | 101 | 1001111 | 1010110 | 111111 |
Color Harmonies of #BFF24D
Complementary color
Monochromatic Colors of #BFF24D
Black with #BFF24D
Text Example
Text Example
White with #BFF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF24D; }
p { color: rgb(191,242,77); }
H1.HeaderClassName
{
color: #BFF24D;
}
.AnyTagClassName
{
color: #BFF24D;
}
</style>
background-color css
<style>
a { background-color: #BFF24D; }
a { background-color: rgb(191,242,77); }
div.DivClassName
{
background-color: #BFF24D;
}
.BgClassName
{
background-color: #BFF24D;
}
</style>
border-color css
<style>
span { border-color: #BFF24D; }
span { border-color: rgb(191,242,77); }
td.TdClassName
{
border-color: #BFF24D;
}
.TagClassName
{
border-color: #BFF24D;
}
</style>