Shades of Conifer #BDF95E
Tints of Conifer #BDF95E
RGB
CMYK
RGB Variations
Color information
#BDF95E (or 0xBDF95E) is known color: Conifer. HEX triplet: BD, F9 and 5E. RGB value is (189,249,94). Sum of RGB (Red+Green+Blue) = 189+249+94=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF95E is #4206A1. Grayscale: #D5D5D5. Windows color (decimal): -4327074 or 6224317. OLE color: 6224317.
HSL color Cylindrical-coordinate representation of color #BDF95E: hue angle of 83.23º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDF95E is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 94 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.02 |
| HSL | 83.23º | 0.93% | 0.67% | - |
| HSV(B) | 83.23º | 0.62% | 0.98% | - |
| XYZ | 56.88 | 79.38 | 22.91 | - |
| YUV | 213.39 | 60.62 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 94 | 0.24 | 0 | 0.62 | 0.02 | 83.23 | 0.93 | 0.67 |
| Hex | BD | F9 | 5E | 18 | 0 | 3E | 2 | 53 | 5D | 43 |
| Octal | 275 | 371 | 136 | 30 | 0 | 76 | 2 | 123 | 135 | 103 |
| Binary | 10111101 | 11111001 | 1011110 | 11000 | 0 | 111110 | 10 | 1010011 | 1011101 | 1000011 |
Color Harmonies of #BDF95E
Complementary color
Monochromatic Colors of #BDF95E
Black with #BDF95E
Text Example
Text Example
White with #BDF95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF95E; }
p { color: rgb(189,249,94); }
H1.HeaderClassName
{
color: #BDF95E;
}
.AnyTagClassName
{
color: #BDF95E;
}
</style>
background-color css
<style>
a { background-color: #BDF95E; }
a { background-color: rgb(189,249,94); }
div.DivClassName
{
background-color: #BDF95E;
}
.BgClassName
{
background-color: #BDF95E;
}
</style>
border-color css
<style>
span { border-color: #BDF95E; }
span { border-color: rgb(189,249,94); }
td.TdClassName
{
border-color: #BDF95E;
}
.TagClassName
{
border-color: #BDF95E;
}
</style>