Shades of Conifer #BDF75B
Tints of Conifer #BDF75B
RGB
CMYK
RGB Variations
Color information
#BDF75B (or 0xBDF75B) is known color: Conifer. HEX triplet: BD, F7 and 5B. RGB value is (189,247,91). Sum of RGB (Red+Green+Blue) = 189+247+91=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF75B is #4208A4. Grayscale: #D4D4D4. Windows color (decimal): -4327589 or 6027197. OLE color: 6027197.
HSL color Cylindrical-coordinate representation of color #BDF75B: hue angle of 82.31º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF75B is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 91 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.03 |
| HSL | 82.31º | 0.91% | 0.66% | - |
| HSV(B) | 82.31º | 0.63% | 0.97% | - |
| XYZ | 56.14 | 78.1 | 22.01 | - |
| YUV | 211.87 | 59.78 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 91 | 0.23 | 0 | 0.63 | 0.03 | 82.31 | 0.91 | 0.66 |
| Hex | BD | F7 | 5B | 17 | 0 | 3F | 3 | 52 | 5B | 42 |
| Octal | 275 | 367 | 133 | 27 | 0 | 77 | 3 | 122 | 133 | 102 |
| Binary | 10111101 | 11110111 | 1011011 | 10111 | 0 | 111111 | 11 | 1010010 | 1011011 | 1000010 |
Color Harmonies of #BDF75B
Complementary color
Monochromatic Colors of #BDF75B
Black with #BDF75B
Text Example
Text Example
White with #BDF75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF75B; }
p { color: rgb(189,247,91); }
H1.HeaderClassName
{
color: #BDF75B;
}
.AnyTagClassName
{
color: #BDF75B;
}
</style>
background-color css
<style>
a { background-color: #BDF75B; }
a { background-color: rgb(189,247,91); }
div.DivClassName
{
background-color: #BDF75B;
}
.BgClassName
{
background-color: #BDF75B;
}
</style>
border-color css
<style>
span { border-color: #BDF75B; }
span { border-color: rgb(189,247,91); }
td.TdClassName
{
border-color: #BDF75B;
}
.TagClassName
{
border-color: #BDF75B;
}
</style>