Shades of Conifer #BDF34E
Tints of Conifer #BDF34E
RGB
CMYK
RGB Variations
Color information
#BDF34E (or 0xBDF34E) is known color: Conifer. HEX triplet: BD, F3 and 4E. RGB value is (189,243,78). Sum of RGB (Red+Green+Blue) = 189+243+78=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF34E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF34E is #420CB1. Grayscale: #D0D0D0. Windows color (decimal): -4328626 or 5174205. OLE color: 5174205.
HSL color Cylindrical-coordinate representation of color #BDF34E: hue angle of 79.64º degrees, saturation: 0.87, 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 #BDF34E is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 78 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.05 |
| HSL | 79.64º | 0.87% | 0.63% | - |
| HSV(B) | 79.64º | 0.68% | 0.95% | - |
| XYZ | 54.41 | 75.47 | 18.91 | - |
| YUV | 208.04 | 54.61 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 78 | 0.22 | 0 | 0.68 | 0.05 | 79.64 | 0.87 | 0.63 |
| Hex | BD | F3 | 4E | 16 | 0 | 44 | 5 | 50 | 57 | 3F |
| Octal | 275 | 363 | 116 | 26 | 0 | 104 | 5 | 120 | 127 | 77 |
| Binary | 10111101 | 11110011 | 1001110 | 10110 | 0 | 1000100 | 101 | 1010000 | 1010111 | 111111 |
Color Harmonies of #BDF34E
Complementary color
Monochromatic Colors of #BDF34E
Black with #BDF34E
Text Example
Text Example
White with #BDF34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF34E; }
p { color: rgb(189,243,78); }
H1.HeaderClassName
{
color: #BDF34E;
}
.AnyTagClassName
{
color: #BDF34E;
}
</style>
background-color css
<style>
a { background-color: #BDF34E; }
a { background-color: rgb(189,243,78); }
div.DivClassName
{
background-color: #BDF34E;
}
.BgClassName
{
background-color: #BDF34E;
}
</style>
border-color css
<style>
span { border-color: #BDF34E; }
span { border-color: rgb(189,243,78); }
td.TdClassName
{
border-color: #BDF34E;
}
.TagClassName
{
border-color: #BDF34E;
}
</style>