Shades of Conifer #BDF95C
Tints of Conifer #BDF95C
RGB
CMYK
RGB Variations
Color information
#BDF95C (or 0xBDF95C) is known color: Conifer. HEX triplet: BD, F9 and 5C. RGB value is (189,249,92). Sum of RGB (Red+Green+Blue) = 189+249+92=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF95C is #4206A3. Grayscale: #D5D5D5. Windows color (decimal): -4327076 or 6093245. OLE color: 6093245.
HSL color Cylindrical-coordinate representation of color #BDF95C: hue angle of 82.93º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF95C is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 92 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.02 |
| HSL | 82.93º | 0.93% | 0.67% | - |
| HSV(B) | 82.93º | 0.63% | 0.98% | - |
| XYZ | 56.79 | 79.34 | 22.45 | - |
| YUV | 213.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 92 | 0.24 | 0 | 0.63 | 0.02 | 82.93 | 0.93 | 0.67 |
| Hex | BD | F9 | 5C | 18 | 0 | 3F | 2 | 53 | 5D | 43 |
| Octal | 275 | 371 | 134 | 30 | 0 | 77 | 2 | 123 | 135 | 103 |
| Binary | 10111101 | 11111001 | 1011100 | 11000 | 0 | 111111 | 10 | 1010011 | 1011101 | 1000011 |
Color Harmonies of #BDF95C
Complementary color
Monochromatic Colors of #BDF95C
Black with #BDF95C
Text Example
Text Example
White with #BDF95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF95C; }
p { color: rgb(189,249,92); }
H1.HeaderClassName
{
color: #BDF95C;
}
.AnyTagClassName
{
color: #BDF95C;
}
</style>
background-color css
<style>
a { background-color: #BDF95C; }
a { background-color: rgb(189,249,92); }
div.DivClassName
{
background-color: #BDF95C;
}
.BgClassName
{
background-color: #BDF95C;
}
</style>
border-color css
<style>
span { border-color: #BDF95C; }
span { border-color: rgb(189,249,92); }
td.TdClassName
{
border-color: #BDF95C;
}
.TagClassName
{
border-color: #BDF95C;
}
</style>