Shades of Conifer #BDF64A
Tints of Conifer #BDF64A
RGB
CMYK
RGB Variations
Color information
#BDF64A (or 0xBDF64A) is known color: Conifer. HEX triplet: BD, F6 and 4A. RGB value is (189,246,74). Sum of RGB (Red+Green+Blue) = 189+246+74=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF64A is #4209B5. Grayscale: #D1D1D1. Windows color (decimal): -4327862 or 4912829. OLE color: 4912829.
HSL color Cylindrical-coordinate representation of color #BDF64A: hue angle of 79.88º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF64A is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 74 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.04 |
| HSL | 79.88º | 0.91% | 0.63% | - |
| HSV(B) | 79.88º | 0.7% | 0.96% | - |
| XYZ | 55.18 | 77.22 | 18.48 | - |
| YUV | 209.35 | 51.62 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 74 | 0.23 | 0 | 0.70 | 0.04 | 79.88 | 0.91 | 0.63 |
| Hex | BD | F6 | 4A | 17 | 0 | 46 | 4 | 50 | 5B | 3F |
| Octal | 275 | 366 | 112 | 27 | 0 | 106 | 4 | 120 | 133 | 77 |
| Binary | 10111101 | 11110110 | 1001010 | 10111 | 0 | 1000110 | 100 | 1010000 | 1011011 | 111111 |
Color Harmonies of #BDF64A
Complementary color
Monochromatic Colors of #BDF64A
Black with #BDF64A
Text Example
Text Example
White with #BDF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF64A; }
p { color: rgb(189,246,74); }
H1.HeaderClassName
{
color: #BDF64A;
}
.AnyTagClassName
{
color: #BDF64A;
}
</style>
background-color css
<style>
a { background-color: #BDF64A; }
a { background-color: rgb(189,246,74); }
div.DivClassName
{
background-color: #BDF64A;
}
.BgClassName
{
background-color: #BDF64A;
}
</style>
border-color css
<style>
span { border-color: #BDF64A; }
span { border-color: rgb(189,246,74); }
td.TdClassName
{
border-color: #BDF64A;
}
.TagClassName
{
border-color: #BDF64A;
}
</style>