Shades of Conifer #BDF75D
Tints of Conifer #BDF75D
RGB
CMYK
RGB Variations
Color information
#BDF75D (or 0xBDF75D) is known color: Conifer. HEX triplet: BD, F7 and 5D. RGB value is (189,247,93). Sum of RGB (Red+Green+Blue) = 189+247+93=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF75D is #4208A2. Grayscale: #D4D4D4. Windows color (decimal): -4327587 or 6158269. OLE color: 6158269.
HSL color Cylindrical-coordinate representation of color #BDF75D: hue angle of 82.6º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDF75D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 93 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.03 |
| HSL | 82.6º | 0.91% | 0.67% | - |
| HSV(B) | 82.6º | 0.62% | 0.97% | - |
| XYZ | 56.22 | 78.13 | 22.47 | - |
| YUV | 212.1 | 60.78 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 93 | 0.23 | 0 | 0.62 | 0.03 | 82.6 | 0.91 | 0.67 |
| Hex | BD | F7 | 5D | 17 | 0 | 3E | 3 | 53 | 5B | 43 |
| Octal | 275 | 367 | 135 | 27 | 0 | 76 | 3 | 123 | 133 | 103 |
| Binary | 10111101 | 11110111 | 1011101 | 10111 | 0 | 111110 | 11 | 1010011 | 1011011 | 1000011 |
Color Harmonies of #BDF75D
Complementary color
Monochromatic Colors of #BDF75D
Black with #BDF75D
Text Example
Text Example
White with #BDF75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF75D; }
p { color: rgb(189,247,93); }
H1.HeaderClassName
{
color: #BDF75D;
}
.AnyTagClassName
{
color: #BDF75D;
}
</style>
background-color css
<style>
a { background-color: #BDF75D; }
a { background-color: rgb(189,247,93); }
div.DivClassName
{
background-color: #BDF75D;
}
.BgClassName
{
background-color: #BDF75D;
}
</style>
border-color css
<style>
span { border-color: #BDF75D; }
span { border-color: rgb(189,247,93); }
td.TdClassName
{
border-color: #BDF75D;
}
.TagClassName
{
border-color: #BDF75D;
}
</style>