Shades of Conifer #BDF64E
Tints of Conifer #BDF64E
RGB
CMYK
RGB Variations
Color information
#BDF64E (or 0xBDF64E) is known color: Conifer. HEX triplet: BD, F6 and 4E. RGB value is (189,246,78). Sum of RGB (Red+Green+Blue) = 189+246+78=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF64E is #4209B1. Grayscale: #D2D2D2. Windows color (decimal): -4327858 or 5174973. OLE color: 5174973.
HSL color Cylindrical-coordinate representation of color #BDF64E: hue angle of 80.36º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDF64E is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 78 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.04 |
| HSL | 80.36º | 0.9% | 0.64% | - |
| HSV(B) | 80.36º | 0.68% | 0.96% | - |
| XYZ | 55.32 | 77.28 | 19.21 | - |
| YUV | 209.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 78 | 0.23 | 0 | 0.68 | 0.04 | 80.36 | 0.9 | 0.64 |
| Hex | BD | F6 | 4E | 17 | 0 | 44 | 4 | 50 | 5A | 40 |
| Octal | 275 | 366 | 116 | 27 | 0 | 104 | 4 | 120 | 132 | 100 |
| Binary | 10111101 | 11110110 | 1001110 | 10111 | 0 | 1000100 | 100 | 1010000 | 1011010 | 1000000 |
Color Harmonies of #BDF64E
Complementary color
Monochromatic Colors of #BDF64E
Black with #BDF64E
Text Example
Text Example
White with #BDF64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF64E; }
p { color: rgb(189,246,78); }
H1.HeaderClassName
{
color: #BDF64E;
}
.AnyTagClassName
{
color: #BDF64E;
}
</style>
background-color css
<style>
a { background-color: #BDF64E; }
a { background-color: rgb(189,246,78); }
div.DivClassName
{
background-color: #BDF64E;
}
.BgClassName
{
background-color: #BDF64E;
}
</style>
border-color css
<style>
span { border-color: #BDF64E; }
span { border-color: rgb(189,246,78); }
td.TdClassName
{
border-color: #BDF64E;
}
.TagClassName
{
border-color: #BDF64E;
}
</style>