Shades of Conifer #BFF24B
Tints of Conifer #BFF24B
RGB
CMYK
RGB Variations
Color information
#BFF24B (or 0xBFF24B) is known color: Conifer. HEX triplet: BF, F2 and 4B. RGB value is (191,242,75). Sum of RGB (Red+Green+Blue) = 191+242+75=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF24B is #400DB4. Grayscale: #D0D0D0. Windows color (decimal): -4197813 or 4977343. OLE color: 4977343.
HSL color Cylindrical-coordinate representation of color #BFF24B: hue angle of 78.32º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFF24B is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 75 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.05 |
| HSL | 78.32º | 0.87% | 0.62% | - |
| HSV(B) | 78.32º | 0.69% | 0.95% | - |
| XYZ | 54.51 | 75.09 | 18.28 | - |
| YUV | 207.71 | 53.1 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 75 | 0.21 | 0 | 0.69 | 0.05 | 78.32 | 0.87 | 0.62 |
| Hex | BF | F2 | 4B | 15 | 0 | 45 | 5 | 4E | 57 | 3E |
| Octal | 277 | 362 | 113 | 25 | 0 | 105 | 5 | 116 | 127 | 76 |
| Binary | 10111111 | 11110010 | 1001011 | 10101 | 0 | 1000101 | 101 | 1001110 | 1010111 | 111110 |
Color Harmonies of #BFF24B
Complementary color
Monochromatic Colors of #BFF24B
Black with #BFF24B
Text Example
Text Example
White with #BFF24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF24B; }
p { color: rgb(191,242,75); }
H1.HeaderClassName
{
color: #BFF24B;
}
.AnyTagClassName
{
color: #BFF24B;
}
</style>
background-color css
<style>
a { background-color: #BFF24B; }
a { background-color: rgb(191,242,75); }
div.DivClassName
{
background-color: #BFF24B;
}
.BgClassName
{
background-color: #BFF24B;
}
</style>
border-color css
<style>
span { border-color: #BFF24B; }
span { border-color: rgb(191,242,75); }
td.TdClassName
{
border-color: #BFF24B;
}
.TagClassName
{
border-color: #BFF24B;
}
</style>