Shades of Conifer #BDF74B
Tints of Conifer #BDF74B
RGB
CMYK
RGB Variations
Color information
#BDF74B (or 0xBDF74B) is known color: Conifer. HEX triplet: BD, F7 and 4B. RGB value is (189,247,75). Sum of RGB (Red+Green+Blue) = 189+247+75=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF74B is #4208B4. Grayscale: #D2D2D2. Windows color (decimal): -4327605 or 4978621. OLE color: 4978621.
HSL color Cylindrical-coordinate representation of color #BDF74B: hue angle of 80.23º degrees, saturation: 0.91, 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 #BDF74B is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 75 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.03 |
| HSL | 80.23º | 0.91% | 0.63% | - |
| HSV(B) | 80.23º | 0.7% | 0.97% | - |
| XYZ | 55.52 | 77.85 | 18.76 | - |
| YUV | 210.05 | 51.78 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 75 | 0.23 | 0 | 0.70 | 0.03 | 80.23 | 0.91 | 0.63 |
| Hex | BD | F7 | 4B | 17 | 0 | 46 | 3 | 50 | 5B | 3F |
| Octal | 275 | 367 | 113 | 27 | 0 | 106 | 3 | 120 | 133 | 77 |
| Binary | 10111101 | 11110111 | 1001011 | 10111 | 0 | 1000110 | 11 | 1010000 | 1011011 | 111111 |
Color Harmonies of #BDF74B
Complementary color
Monochromatic Colors of #BDF74B
Black with #BDF74B
Text Example
Text Example
White with #BDF74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF74B; }
p { color: rgb(189,247,75); }
H1.HeaderClassName
{
color: #BDF74B;
}
.AnyTagClassName
{
color: #BDF74B;
}
</style>
background-color css
<style>
a { background-color: #BDF74B; }
a { background-color: rgb(189,247,75); }
div.DivClassName
{
background-color: #BDF74B;
}
.BgClassName
{
background-color: #BDF74B;
}
</style>
border-color css
<style>
span { border-color: #BDF74B; }
span { border-color: rgb(189,247,75); }
td.TdClassName
{
border-color: #BDF74B;
}
.TagClassName
{
border-color: #BDF74B;
}
</style>