Shades of Conifer #BDF34F
Tints of Conifer #BDF34F
RGB
CMYK
RGB Variations
Color information
#BDF34F (or 0xBDF34F) is known color: Conifer. HEX triplet: BD, F3 and 4F. RGB value is (189,243,79). Sum of RGB (Red+Green+Blue) = 189+243+79=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF34F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF34F is #420CB0. Grayscale: #D0D0D0. Windows color (decimal): -4328625 or 5239741. OLE color: 5239741.
HSL color Cylindrical-coordinate representation of color #BDF34F: hue angle of 79.76º degrees, saturation: 0.87, 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 #BDF34F is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 79 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.05 |
| HSL | 79.76º | 0.87% | 0.63% | - |
| HSV(B) | 79.76º | 0.67% | 0.95% | - |
| XYZ | 54.45 | 75.48 | 19.1 | - |
| YUV | 208.16 | 55.11 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 79 | 0.22 | 0 | 0.67 | 0.05 | 79.76 | 0.87 | 0.63 |
| Hex | BD | F3 | 4F | 16 | 0 | 43 | 5 | 50 | 57 | 3F |
| Octal | 275 | 363 | 117 | 26 | 0 | 103 | 5 | 120 | 127 | 77 |
| Binary | 10111101 | 11110011 | 1001111 | 10110 | 0 | 1000011 | 101 | 1010000 | 1010111 | 111111 |
Color Harmonies of #BDF34F
Complementary color
Monochromatic Colors of #BDF34F
Black with #BDF34F
Text Example
Text Example
White with #BDF34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF34F; }
p { color: rgb(189,243,79); }
H1.HeaderClassName
{
color: #BDF34F;
}
.AnyTagClassName
{
color: #BDF34F;
}
</style>
background-color css
<style>
a { background-color: #BDF34F; }
a { background-color: rgb(189,243,79); }
div.DivClassName
{
background-color: #BDF34F;
}
.BgClassName
{
background-color: #BDF34F;
}
</style>
border-color css
<style>
span { border-color: #BDF34F; }
span { border-color: rgb(189,243,79); }
td.TdClassName
{
border-color: #BDF34F;
}
.TagClassName
{
border-color: #BDF34F;
}
</style>