Shades of Conifer #BDF24D
Tints of Conifer #BDF24D
RGB
CMYK
RGB Variations
Color information
#BDF24D (or 0xBDF24D) is known color: Conifer. HEX triplet: BD, F2 and 4D. RGB value is (189,242,77). Sum of RGB (Red+Green+Blue) = 189+242+77=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF24D is #420DB2. Grayscale: #CFCFCF. Windows color (decimal): -4328883 or 5108413. OLE color: 5108413.
HSL color Cylindrical-coordinate representation of color #BDF24D: hue angle of 79.27º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDF24D is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 77 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.05 |
| HSL | 79.27º | 0.86% | 0.63% | - |
| HSV(B) | 79.27º | 0.68% | 0.95% | - |
| XYZ | 54.08 | 74.86 | 18.62 | - |
| YUV | 207.34 | 54.44 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 77 | 0.22 | 0 | 0.68 | 0.05 | 79.27 | 0.86 | 0.63 |
| Hex | BD | F2 | 4D | 16 | 0 | 44 | 5 | 4F | 56 | 3F |
| Octal | 275 | 362 | 115 | 26 | 0 | 104 | 5 | 117 | 126 | 77 |
| Binary | 10111101 | 11110010 | 1001101 | 10110 | 0 | 1000100 | 101 | 1001111 | 1010110 | 111111 |
Color Harmonies of #BDF24D
Complementary color
Monochromatic Colors of #BDF24D
Black with #BDF24D
Text Example
Text Example
White with #BDF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF24D; }
p { color: rgb(189,242,77); }
H1.HeaderClassName
{
color: #BDF24D;
}
.AnyTagClassName
{
color: #BDF24D;
}
</style>
background-color css
<style>
a { background-color: #BDF24D; }
a { background-color: rgb(189,242,77); }
div.DivClassName
{
background-color: #BDF24D;
}
.BgClassName
{
background-color: #BDF24D;
}
</style>
border-color css
<style>
span { border-color: #BDF24D; }
span { border-color: rgb(189,242,77); }
td.TdClassName
{
border-color: #BDF24D;
}
.TagClassName
{
border-color: #BDF24D;
}
</style>