Shades of Conifer #BDF24E
Tints of Conifer #BDF24E
RGB
CMYK
RGB Variations
Color information
#BDF24E (or 0xBDF24E) is known color: Conifer. HEX triplet: BD, F2 and 4E. RGB value is (189,242,78). Sum of RGB (Red+Green+Blue) = 189+242+78=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF24E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF24E is #420DB1. Grayscale: #D0D0D0. Windows color (decimal): -4328882 or 5173949. OLE color: 5173949.
HSL color Cylindrical-coordinate representation of color #BDF24E: hue angle of 79.39º 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 #BDF24E is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 78 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.05 |
| HSL | 79.39º | 0.86% | 0.63% | - |
| HSV(B) | 79.39º | 0.68% | 0.95% | - |
| XYZ | 54.11 | 74.87 | 18.81 | - |
| YUV | 207.46 | 54.94 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 78 | 0.22 | 0 | 0.68 | 0.05 | 79.39 | 0.86 | 0.63 |
| Hex | BD | F2 | 4E | 16 | 0 | 44 | 5 | 4F | 56 | 3F |
| Octal | 275 | 362 | 116 | 26 | 0 | 104 | 5 | 117 | 126 | 77 |
| Binary | 10111101 | 11110010 | 1001110 | 10110 | 0 | 1000100 | 101 | 1001111 | 1010110 | 111111 |
Color Harmonies of #BDF24E
Complementary color
Monochromatic Colors of #BDF24E
Black with #BDF24E
Text Example
Text Example
White with #BDF24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF24E; }
p { color: rgb(189,242,78); }
H1.HeaderClassName
{
color: #BDF24E;
}
.AnyTagClassName
{
color: #BDF24E;
}
</style>
background-color css
<style>
a { background-color: #BDF24E; }
a { background-color: rgb(189,242,78); }
div.DivClassName
{
background-color: #BDF24E;
}
.BgClassName
{
background-color: #BDF24E;
}
</style>
border-color css
<style>
span { border-color: #BDF24E; }
span { border-color: rgb(189,242,78); }
td.TdClassName
{
border-color: #BDF24E;
}
.TagClassName
{
border-color: #BDF24E;
}
</style>