Shades of Conifer #BDF74A
Tints of Conifer #BDF74A
RGB
CMYK
RGB Variations
Color information
#BDF74A (or 0xBDF74A) is known color: Conifer. HEX triplet: BD, F7 and 4A. RGB value is (189,247,74). Sum of RGB (Red+Green+Blue) = 189+247+74=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF74A is #4208B5. Grayscale: #D2D2D2. Windows color (decimal): -4327606 or 4913085. OLE color: 4913085.
HSL color Cylindrical-coordinate representation of color #BDF74A: hue angle of 80.12º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF74A is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 74 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.03 |
| HSL | 80.12º | 0.92% | 0.63% | - |
| HSV(B) | 80.12º | 0.7% | 0.97% | - |
| XYZ | 55.48 | 77.83 | 18.58 | - |
| YUV | 209.94 | 51.28 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 74 | 0.23 | 0 | 0.70 | 0.03 | 80.12 | 0.92 | 0.63 |
| Hex | BD | F7 | 4A | 17 | 0 | 46 | 3 | 50 | 5C | 3F |
| Octal | 275 | 367 | 112 | 27 | 0 | 106 | 3 | 120 | 134 | 77 |
| Binary | 10111101 | 11110111 | 1001010 | 10111 | 0 | 1000110 | 11 | 1010000 | 1011100 | 111111 |
Color Harmonies of #BDF74A
Complementary color
Monochromatic Colors of #BDF74A
Black with #BDF74A
Text Example
Text Example
White with #BDF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF74A; }
p { color: rgb(189,247,74); }
H1.HeaderClassName
{
color: #BDF74A;
}
.AnyTagClassName
{
color: #BDF74A;
}
</style>
background-color css
<style>
a { background-color: #BDF74A; }
a { background-color: rgb(189,247,74); }
div.DivClassName
{
background-color: #BDF74A;
}
.BgClassName
{
background-color: #BDF74A;
}
</style>
border-color css
<style>
span { border-color: #BDF74A; }
span { border-color: rgb(189,247,74); }
td.TdClassName
{
border-color: #BDF74A;
}
.TagClassName
{
border-color: #BDF74A;
}
</style>