Shades of Conifer #BFF242
Tints of Conifer #BFF242
RGB
CMYK
RGB Variations
Color information
#BFF242 (or 0xBFF242) is known color: Conifer. HEX triplet: BF, F2 and 42. RGB value is (191,242,66). Sum of RGB (Red+Green+Blue) = 191+242+66=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF242 is #400DBD. Grayscale: #CFCFCF. Windows color (decimal): -4197822 or 4387519. OLE color: 4387519.
HSL color Cylindrical-coordinate representation of color #BFF242: hue angle of 77.39º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFF242 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 66 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.05 |
| HSL | 77.39º | 0.87% | 0.6% | - |
| HSV(B) | 77.39º | 0.73% | 0.95% | - |
| XYZ | 54.22 | 74.97 | 16.77 | - |
| YUV | 206.69 | 48.6 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 66 | 0.21 | 0 | 0.73 | 0.05 | 77.39 | 0.87 | 0.6 |
| Hex | BF | F2 | 42 | 15 | 0 | 49 | 5 | 4D | 57 | 3C |
| Octal | 277 | 362 | 102 | 25 | 0 | 111 | 5 | 115 | 127 | 74 |
| Binary | 10111111 | 11110010 | 1000010 | 10101 | 0 | 1001001 | 101 | 1001101 | 1010111 | 111100 |
Color Harmonies of #BFF242
Complementary color
Monochromatic Colors of #BFF242
Black with #BFF242
Text Example
Text Example
White with #BFF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF242; }
p { color: rgb(191,242,66); }
H1.HeaderClassName
{
color: #BFF242;
}
.AnyTagClassName
{
color: #BFF242;
}
</style>
background-color css
<style>
a { background-color: #BFF242; }
a { background-color: rgb(191,242,66); }
div.DivClassName
{
background-color: #BFF242;
}
.BgClassName
{
background-color: #BFF242;
}
</style>
border-color css
<style>
span { border-color: #BFF242; }
span { border-color: rgb(191,242,66); }
td.TdClassName
{
border-color: #BFF242;
}
.TagClassName
{
border-color: #BFF242;
}
</style>