Shades of Conifer #BDF058
Tints of Conifer #BDF058
RGB
CMYK
RGB Variations
Color information
#BDF058 (or 0xBDF058) is known color: Conifer. HEX triplet: BD, F0 and 58. RGB value is (189,240,88). Sum of RGB (Red+Green+Blue) = 189+240+88=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF058 is #420FA7. Grayscale: #CFCFCF. Windows color (decimal): -4329384 or 5828797. OLE color: 5828797.
HSL color Cylindrical-coordinate representation of color #BDF058: hue angle of 80.13º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF058 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 88 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.06 |
| HSL | 80.13º | 0.84% | 0.64% | - |
| HSV(B) | 80.13º | 0.63% | 0.94% | - |
| XYZ | 53.91 | 73.84 | 20.64 | - |
| YUV | 207.42 | 60.6 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 88 | 0.21 | 0 | 0.63 | 0.06 | 80.13 | 0.84 | 0.64 |
| Hex | BD | F0 | 58 | 15 | 0 | 3F | 6 | 50 | 54 | 40 |
| Octal | 275 | 360 | 130 | 25 | 0 | 77 | 6 | 120 | 124 | 100 |
| Binary | 10111101 | 11110000 | 1011000 | 10101 | 0 | 111111 | 110 | 1010000 | 1010100 | 1000000 |
Color Harmonies of #BDF058
Complementary color
Monochromatic Colors of #BDF058
Black with #BDF058
Text Example
Text Example
White with #BDF058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF058; }
p { color: rgb(189,240,88); }
H1.HeaderClassName
{
color: #BDF058;
}
.AnyTagClassName
{
color: #BDF058;
}
</style>
background-color css
<style>
a { background-color: #BDF058; }
a { background-color: rgb(189,240,88); }
div.DivClassName
{
background-color: #BDF058;
}
.BgClassName
{
background-color: #BDF058;
}
</style>
border-color css
<style>
span { border-color: #BDF058; }
span { border-color: rgb(189,240,88); }
td.TdClassName
{
border-color: #BDF058;
}
.TagClassName
{
border-color: #BDF058;
}
</style>