Shades of Conifer #BDF344
Tints of Conifer #BDF344
RGB
CMYK
RGB Variations
Color information
#BDF344 (or 0xBDF344) is known color: Conifer. HEX triplet: BD, F3 and 44. RGB value is (189,243,68). Sum of RGB (Red+Green+Blue) = 189+243+68=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF344 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF344 is #420CBB. Grayscale: #CFCFCF. Windows color (decimal): -4328636 or 4518845. OLE color: 4518845.
HSL color Cylindrical-coordinate representation of color #BDF344: hue angle of 78.51º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF344 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 68 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.05 |
| HSL | 78.51º | 0.88% | 0.61% | - |
| HSV(B) | 78.51º | 0.72% | 0.95% | - |
| XYZ | 54.08 | 75.34 | 17.16 | - |
| YUV | 206.9 | 49.61 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 68 | 0.22 | 0 | 0.72 | 0.05 | 78.51 | 0.88 | 0.61 |
| Hex | BD | F3 | 44 | 16 | 0 | 48 | 5 | 4F | 58 | 3D |
| Octal | 275 | 363 | 104 | 26 | 0 | 110 | 5 | 117 | 130 | 75 |
| Binary | 10111101 | 11110011 | 1000100 | 10110 | 0 | 1001000 | 101 | 1001111 | 1011000 | 111101 |
Color Harmonies of #BDF344
Complementary color
Monochromatic Colors of #BDF344
Black with #BDF344
Text Example
Text Example
White with #BDF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF344; }
p { color: rgb(189,243,68); }
H1.HeaderClassName
{
color: #BDF344;
}
.AnyTagClassName
{
color: #BDF344;
}
</style>
background-color css
<style>
a { background-color: #BDF344; }
a { background-color: rgb(189,243,68); }
div.DivClassName
{
background-color: #BDF344;
}
.BgClassName
{
background-color: #BDF344;
}
</style>
border-color css
<style>
span { border-color: #BDF344; }
span { border-color: rgb(189,243,68); }
td.TdClassName
{
border-color: #BDF344;
}
.TagClassName
{
border-color: #BDF344;
}
</style>