Shades of Conifer #BDF142
Tints of Conifer #BDF142
RGB
CMYK
RGB Variations
Color information
#BDF142 (or 0xBDF142) is known color: Conifer. HEX triplet: BD, F1 and 42. RGB value is (189,241,66). Sum of RGB (Red+Green+Blue) = 189+241+66=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF142 is #420EBD. Grayscale: #CECECE. Windows color (decimal): -4329150 or 4387261. OLE color: 4387261.
HSL color Cylindrical-coordinate representation of color #BDF142: hue angle of 77.83º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDF142 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 66 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.05 |
| HSL | 77.83º | 0.86% | 0.6% | - |
| HSV(B) | 77.83º | 0.73% | 0.95% | - |
| XYZ | 53.42 | 74.12 | 16.65 | - |
| YUV | 205.5 | 49.27 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 66 | 0.22 | 0 | 0.73 | 0.05 | 77.83 | 0.86 | 0.6 |
| Hex | BD | F1 | 42 | 16 | 0 | 49 | 5 | 4E | 56 | 3C |
| Octal | 275 | 361 | 102 | 26 | 0 | 111 | 5 | 116 | 126 | 74 |
| Binary | 10111101 | 11110001 | 1000010 | 10110 | 0 | 1001001 | 101 | 1001110 | 1010110 | 111100 |
Color Harmonies of #BDF142
Complementary color
Monochromatic Colors of #BDF142
Black with #BDF142
Text Example
Text Example
White with #BDF142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF142; }
p { color: rgb(189,241,66); }
H1.HeaderClassName
{
color: #BDF142;
}
.AnyTagClassName
{
color: #BDF142;
}
</style>
background-color css
<style>
a { background-color: #BDF142; }
a { background-color: rgb(189,241,66); }
div.DivClassName
{
background-color: #BDF142;
}
.BgClassName
{
background-color: #BDF142;
}
</style>
border-color css
<style>
span { border-color: #BDF142; }
span { border-color: rgb(189,241,66); }
td.TdClassName
{
border-color: #BDF142;
}
.TagClassName
{
border-color: #BDF142;
}
</style>