Shades of Conifer #BDF042
Tints of Conifer #BDF042
RGB
CMYK
RGB Variations
Color information
#BDF042 (or 0xBDF042) is known color: Conifer. HEX triplet: BD, F0 and 42. RGB value is (189,240,66). Sum of RGB (Red+Green+Blue) = 189+240+66=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF042 is #420FBD. Grayscale: #CDCDCD. Windows color (decimal): -4329406 or 4387005. OLE color: 4387005.
HSL color Cylindrical-coordinate representation of color #BDF042: hue angle of 77.59º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDF042 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 66 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.06 |
| HSL | 77.59º | 0.85% | 0.6% | - |
| HSV(B) | 77.59º | 0.73% | 0.94% | - |
| XYZ | 53.13 | 73.53 | 16.55 | - |
| YUV | 204.92 | 49.6 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 66 | 0.21 | 0 | 0.72 | 0.06 | 77.59 | 0.85 | 0.6 |
| Hex | BD | F0 | 42 | 15 | 0 | 48 | 6 | 4E | 55 | 3C |
| Octal | 275 | 360 | 102 | 25 | 0 | 110 | 6 | 116 | 125 | 74 |
| Binary | 10111101 | 11110000 | 1000010 | 10101 | 0 | 1001000 | 110 | 1001110 | 1010101 | 111100 |
Color Harmonies of #BDF042
Complementary color
Monochromatic Colors of #BDF042
Black with #BDF042
Text Example
Text Example
White with #BDF042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF042; }
p { color: rgb(189,240,66); }
H1.HeaderClassName
{
color: #BDF042;
}
.AnyTagClassName
{
color: #BDF042;
}
</style>
background-color css
<style>
a { background-color: #BDF042; }
a { background-color: rgb(189,240,66); }
div.DivClassName
{
background-color: #BDF042;
}
.BgClassName
{
background-color: #BDF042;
}
</style>
border-color css
<style>
span { border-color: #BDF042; }
span { border-color: rgb(189,240,66); }
td.TdClassName
{
border-color: #BDF042;
}
.TagClassName
{
border-color: #BDF042;
}
</style>