Shades of Conifer #BDF145
Tints of Conifer #BDF145
RGB
CMYK
RGB Variations
Color information
#BDF145 (or 0xBDF145) is known color: Conifer. HEX triplet: BD, F1 and 45. RGB value is (189,241,69). Sum of RGB (Red+Green+Blue) = 189+241+69=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF145 is #420EBA. Grayscale: #CECECE. Windows color (decimal): -4329147 or 4583869. OLE color: 4583869.
HSL color Cylindrical-coordinate representation of color #BDF145: hue angle of 78.14º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDF145 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 69 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.05 |
| HSL | 78.14º | 0.86% | 0.61% | - |
| HSV(B) | 78.14º | 0.71% | 0.95% | - |
| XYZ | 53.52 | 74.16 | 17.12 | - |
| YUV | 205.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 69 | 0.22 | 0 | 0.71 | 0.05 | 78.14 | 0.86 | 0.61 |
| Hex | BD | F1 | 45 | 16 | 0 | 47 | 5 | 4E | 56 | 3D |
| Octal | 275 | 361 | 105 | 26 | 0 | 107 | 5 | 116 | 126 | 75 |
| Binary | 10111101 | 11110001 | 1000101 | 10110 | 0 | 1000111 | 101 | 1001110 | 1010110 | 111101 |
Color Harmonies of #BDF145
Complementary color
Monochromatic Colors of #BDF145
Black with #BDF145
Text Example
Text Example
White with #BDF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF145; }
p { color: rgb(189,241,69); }
H1.HeaderClassName
{
color: #BDF145;
}
.AnyTagClassName
{
color: #BDF145;
}
</style>
background-color css
<style>
a { background-color: #BDF145; }
a { background-color: rgb(189,241,69); }
div.DivClassName
{
background-color: #BDF145;
}
.BgClassName
{
background-color: #BDF145;
}
</style>
border-color css
<style>
span { border-color: #BDF145; }
span { border-color: rgb(189,241,69); }
td.TdClassName
{
border-color: #BDF145;
}
.TagClassName
{
border-color: #BDF145;
}
</style>