Shades of Conifer #BDF14F
Tints of Conifer #BDF14F
RGB
CMYK
RGB Variations
Color information
#BDF14F (or 0xBDF14F) is known color: Conifer. HEX triplet: BD, F1 and 4F. RGB value is (189,241,79). Sum of RGB (Red+Green+Blue) = 189+241+79=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF14F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF14F is #420EB0. Grayscale: #CFCFCF. Windows color (decimal): -4329137 or 5239229. OLE color: 5239229.
HSL color Cylindrical-coordinate representation of color #BDF14F: hue angle of 79.26º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF14F is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 79 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.05 |
| HSL | 79.26º | 0.85% | 0.63% | - |
| HSV(B) | 79.26º | 0.67% | 0.95% | - |
| XYZ | 53.85 | 74.29 | 18.9 | - |
| YUV | 206.98 | 55.77 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 79 | 0.22 | 0 | 0.67 | 0.05 | 79.26 | 0.85 | 0.63 |
| Hex | BD | F1 | 4F | 16 | 0 | 43 | 5 | 4F | 55 | 3F |
| Octal | 275 | 361 | 117 | 26 | 0 | 103 | 5 | 117 | 125 | 77 |
| Binary | 10111101 | 11110001 | 1001111 | 10110 | 0 | 1000011 | 101 | 1001111 | 1010101 | 111111 |
Color Harmonies of #BDF14F
Complementary color
Monochromatic Colors of #BDF14F
Black with #BDF14F
Text Example
Text Example
White with #BDF14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF14F; }
p { color: rgb(189,241,79); }
H1.HeaderClassName
{
color: #BDF14F;
}
.AnyTagClassName
{
color: #BDF14F;
}
</style>
background-color css
<style>
a { background-color: #BDF14F; }
a { background-color: rgb(189,241,79); }
div.DivClassName
{
background-color: #BDF14F;
}
.BgClassName
{
background-color: #BDF14F;
}
</style>
border-color css
<style>
span { border-color: #BDF14F; }
span { border-color: rgb(189,241,79); }
td.TdClassName
{
border-color: #BDF14F;
}
.TagClassName
{
border-color: #BDF14F;
}
</style>