Shades of Conifer #BDF45A
Tints of Conifer #BDF45A
RGB
CMYK
RGB Variations
Color information
#BDF45A (or 0xBDF45A) is known color: Conifer. HEX triplet: BD, F4 and 5A. RGB value is (189,244,90). Sum of RGB (Red+Green+Blue) = 189+244+90=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF45A is #420BA5. Grayscale: #D2D2D2. Windows color (decimal): -4328358 or 5960893. OLE color: 5960893.
HSL color Cylindrical-coordinate representation of color #BDF45A: hue angle of 81.43º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF45A is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 90 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.04 |
| HSL | 81.43º | 0.88% | 0.65% | - |
| HSV(B) | 81.43º | 0.63% | 0.96% | - |
| XYZ | 55.18 | 76.26 | 21.48 | - |
| YUV | 210 | 60.28 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 90 | 0.23 | 0 | 0.63 | 0.04 | 81.43 | 0.88 | 0.65 |
| Hex | BD | F4 | 5A | 17 | 0 | 3F | 4 | 51 | 58 | 41 |
| Octal | 275 | 364 | 132 | 27 | 0 | 77 | 4 | 121 | 130 | 101 |
| Binary | 10111101 | 11110100 | 1011010 | 10111 | 0 | 111111 | 100 | 1010001 | 1011000 | 1000001 |
Color Harmonies of #BDF45A
Complementary color
Monochromatic Colors of #BDF45A
Black with #BDF45A
Text Example
Text Example
White with #BDF45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF45A; }
p { color: rgb(189,244,90); }
H1.HeaderClassName
{
color: #BDF45A;
}
.AnyTagClassName
{
color: #BDF45A;
}
</style>
background-color css
<style>
a { background-color: #BDF45A; }
a { background-color: rgb(189,244,90); }
div.DivClassName
{
background-color: #BDF45A;
}
.BgClassName
{
background-color: #BDF45A;
}
</style>
border-color css
<style>
span { border-color: #BDF45A; }
span { border-color: rgb(189,244,90); }
td.TdClassName
{
border-color: #BDF45A;
}
.TagClassName
{
border-color: #BDF45A;
}
</style>