Shades of Conifer #BDF143
Tints of Conifer #BDF143
RGB
CMYK
RGB Variations
Color information
#BDF143 (or 0xBDF143) is known color: Conifer. HEX triplet: BD, F1 and 43. RGB value is (189,241,67). Sum of RGB (Red+Green+Blue) = 189+241+67=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF143 is #420EBC. Grayscale: #CECECE. Windows color (decimal): -4329149 or 4452797. OLE color: 4452797.
HSL color Cylindrical-coordinate representation of color #BDF143: hue angle of 77.93º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF143 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 67 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.05 |
| HSL | 77.93º | 0.86% | 0.6% | - |
| HSV(B) | 77.93º | 0.72% | 0.95% | - |
| XYZ | 53.45 | 74.13 | 16.8 | - |
| YUV | 205.62 | 49.77 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 67 | 0.22 | 0 | 0.72 | 0.05 | 77.93 | 0.86 | 0.6 |
| Hex | BD | F1 | 43 | 16 | 0 | 48 | 5 | 4E | 56 | 3C |
| Octal | 275 | 361 | 103 | 26 | 0 | 110 | 5 | 116 | 126 | 74 |
| Binary | 10111101 | 11110001 | 1000011 | 10110 | 0 | 1001000 | 101 | 1001110 | 1010110 | 111100 |
Color Harmonies of #BDF143
Complementary color
Monochromatic Colors of #BDF143
Black with #BDF143
Text Example
Text Example
White with #BDF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF143; }
p { color: rgb(189,241,67); }
H1.HeaderClassName
{
color: #BDF143;
}
.AnyTagClassName
{
color: #BDF143;
}
</style>
background-color css
<style>
a { background-color: #BDF143; }
a { background-color: rgb(189,241,67); }
div.DivClassName
{
background-color: #BDF143;
}
.BgClassName
{
background-color: #BDF143;
}
</style>
border-color css
<style>
span { border-color: #BDF143; }
span { border-color: rgb(189,241,67); }
td.TdClassName
{
border-color: #BDF143;
}
.TagClassName
{
border-color: #BDF143;
}
</style>