Shades of Conifer #BDF94D
Tints of Conifer #BDF94D
RGB
CMYK
RGB Variations
Color information
#BDF94D (or 0xBDF94D) is known color: Conifer. HEX triplet: BD, F9 and 4D. RGB value is (189,249,77). Sum of RGB (Red+Green+Blue) = 189+249+77=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF94D is #4206B2. Grayscale: #D4D4D4. Windows color (decimal): -4327091 or 5110205. OLE color: 5110205.
HSL color Cylindrical-coordinate representation of color #BDF94D: hue angle of 80.93º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDF94D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 77 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.02 |
| HSL | 80.93º | 0.93% | 0.64% | - |
| HSV(B) | 80.93º | 0.69% | 0.98% | - |
| XYZ | 56.2 | 79.11 | 19.33 | - |
| YUV | 211.45 | 52.12 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 77 | 0.24 | 0 | 0.69 | 0.02 | 80.93 | 0.93 | 0.64 |
| Hex | BD | F9 | 4D | 18 | 0 | 45 | 2 | 51 | 5D | 40 |
| Octal | 275 | 371 | 115 | 30 | 0 | 105 | 2 | 121 | 135 | 100 |
| Binary | 10111101 | 11111001 | 1001101 | 11000 | 0 | 1000101 | 10 | 1010001 | 1011101 | 1000000 |
Color Harmonies of #BDF94D
Complementary color
Monochromatic Colors of #BDF94D
Black with #BDF94D
Text Example
Text Example
White with #BDF94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF94D; }
p { color: rgb(189,249,77); }
H1.HeaderClassName
{
color: #BDF94D;
}
.AnyTagClassName
{
color: #BDF94D;
}
</style>
background-color css
<style>
a { background-color: #BDF94D; }
a { background-color: rgb(189,249,77); }
div.DivClassName
{
background-color: #BDF94D;
}
.BgClassName
{
background-color: #BDF94D;
}
</style>
border-color css
<style>
span { border-color: #BDF94D; }
span { border-color: rgb(189,249,77); }
td.TdClassName
{
border-color: #BDF94D;
}
.TagClassName
{
border-color: #BDF94D;
}
</style>