Shades of Conifer #BDF15A
Tints of Conifer #BDF15A
RGB
CMYK
RGB Variations
Color information
#BDF15A (or 0xBDF15A) is known color: Conifer. HEX triplet: BD, F1 and 5A. RGB value is (189,241,90). Sum of RGB (Red+Green+Blue) = 189+241+90=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF15A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF15A is #420EA5. Grayscale: #D0D0D0. Windows color (decimal): -4329126 or 5960125. OLE color: 5960125.
HSL color Cylindrical-coordinate representation of color #BDF15A: hue angle of 80.66º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF15A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 90 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.05 |
| HSL | 80.66º | 0.84% | 0.65% | - |
| HSV(B) | 80.66º | 0.63% | 0.95% | - |
| XYZ | 54.29 | 74.47 | 21.19 | - |
| YUV | 208.24 | 61.27 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 90 | 0.22 | 0 | 0.63 | 0.05 | 80.66 | 0.84 | 0.65 |
| Hex | BD | F1 | 5A | 16 | 0 | 3F | 5 | 51 | 54 | 41 |
| Octal | 275 | 361 | 132 | 26 | 0 | 77 | 5 | 121 | 124 | 101 |
| Binary | 10111101 | 11110001 | 1011010 | 10110 | 0 | 111111 | 101 | 1010001 | 1010100 | 1000001 |
Color Harmonies of #BDF15A
Complementary color
Monochromatic Colors of #BDF15A
Black with #BDF15A
Text Example
Text Example
White with #BDF15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF15A; }
p { color: rgb(189,241,90); }
H1.HeaderClassName
{
color: #BDF15A;
}
.AnyTagClassName
{
color: #BDF15A;
}
</style>
background-color css
<style>
a { background-color: #BDF15A; }
a { background-color: rgb(189,241,90); }
div.DivClassName
{
background-color: #BDF15A;
}
.BgClassName
{
background-color: #BDF15A;
}
</style>
border-color css
<style>
span { border-color: #BDF15A; }
span { border-color: rgb(189,241,90); }
td.TdClassName
{
border-color: #BDF15A;
}
.TagClassName
{
border-color: #BDF15A;
}
</style>