Shades of Conifer #BDF45E
Tints of Conifer #BDF45E
RGB
CMYK
RGB Variations
Color information
#BDF45E (or 0xBDF45E) is known color: Conifer. HEX triplet: BD, F4 and 5E. RGB value is (189,244,94). Sum of RGB (Red+Green+Blue) = 189+244+94=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF45E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF45E is #420BA1. Grayscale: #D2D2D2. Windows color (decimal): -4328354 or 6223037. OLE color: 6223037.
HSL color Cylindrical-coordinate representation of color #BDF45E: hue angle of 82º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF45E is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 94 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.04 |
| HSL | 82º | 0.87% | 0.66% | - |
| HSV(B) | 82º | 0.61% | 0.96% | - |
| XYZ | 55.36 | 76.33 | 22.4 | - |
| YUV | 210.46 | 62.28 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 94 | 0.23 | 0 | 0.61 | 0.04 | 82 | 0.87 | 0.66 |
| Hex | BD | F4 | 5E | 17 | 0 | 3D | 4 | 52 | 57 | 42 |
| Octal | 275 | 364 | 136 | 27 | 0 | 75 | 4 | 122 | 127 | 102 |
| Binary | 10111101 | 11110100 | 1011110 | 10111 | 0 | 111101 | 100 | 1010010 | 1010111 | 1000010 |
Color Harmonies of #BDF45E
Complementary color
Monochromatic Colors of #BDF45E
Black with #BDF45E
Text Example
Text Example
White with #BDF45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF45E; }
p { color: rgb(189,244,94); }
H1.HeaderClassName
{
color: #BDF45E;
}
.AnyTagClassName
{
color: #BDF45E;
}
</style>
background-color css
<style>
a { background-color: #BDF45E; }
a { background-color: rgb(189,244,94); }
div.DivClassName
{
background-color: #BDF45E;
}
.BgClassName
{
background-color: #BDF45E;
}
</style>
border-color css
<style>
span { border-color: #BDF45E; }
span { border-color: rgb(189,244,94); }
td.TdClassName
{
border-color: #BDF45E;
}
.TagClassName
{
border-color: #BDF45E;
}
</style>