Shades of Conifer #BDF55B
Tints of Conifer #BDF55B
RGB
CMYK
RGB Variations
Color information
#BDF55B (or 0xBDF55B) is known color: Conifer. HEX triplet: BD, F5 and 5B. RGB value is (189,245,91). Sum of RGB (Red+Green+Blue) = 189+245+91=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF55B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF55B is #420AA4. Grayscale: #D3D3D3. Windows color (decimal): -4328101 or 6026685. OLE color: 6026685.
HSL color Cylindrical-coordinate representation of color #BDF55B: hue angle of 81.82º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF55B is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 91 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.04 |
| HSL | 81.82º | 0.89% | 0.66% | - |
| HSV(B) | 81.82º | 0.63% | 0.96% | - |
| XYZ | 55.53 | 76.88 | 21.81 | - |
| YUV | 210.7 | 60.45 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 91 | 0.23 | 0 | 0.63 | 0.04 | 81.82 | 0.89 | 0.66 |
| Hex | BD | F5 | 5B | 17 | 0 | 3F | 4 | 52 | 59 | 42 |
| Octal | 275 | 365 | 133 | 27 | 0 | 77 | 4 | 122 | 131 | 102 |
| Binary | 10111101 | 11110101 | 1011011 | 10111 | 0 | 111111 | 100 | 1010010 | 1011001 | 1000010 |
Color Harmonies of #BDF55B
Complementary color
Monochromatic Colors of #BDF55B
Black with #BDF55B
Text Example
Text Example
White with #BDF55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF55B; }
p { color: rgb(189,245,91); }
H1.HeaderClassName
{
color: #BDF55B;
}
.AnyTagClassName
{
color: #BDF55B;
}
</style>
background-color css
<style>
a { background-color: #BDF55B; }
a { background-color: rgb(189,245,91); }
div.DivClassName
{
background-color: #BDF55B;
}
.BgClassName
{
background-color: #BDF55B;
}
</style>
border-color css
<style>
span { border-color: #BDF55B; }
span { border-color: rgb(189,245,91); }
td.TdClassName
{
border-color: #BDF55B;
}
.TagClassName
{
border-color: #BDF55B;
}
</style>