Shades of Conifer #BDF04B
Tints of Conifer #BDF04B
RGB
CMYK
RGB Variations
Color information
#BDF04B (or 0xBDF04B) is known color: Conifer. HEX triplet: BD, F0 and 4B. RGB value is (189,240,75). Sum of RGB (Red+Green+Blue) = 189+240+75=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF04B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF04B is #420FB4. Grayscale: #CECECE. Windows color (decimal): -4329397 or 4976829. OLE color: 4976829.
HSL color Cylindrical-coordinate representation of color #BDF04B: hue angle of 78.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDF04B is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 75 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.06 |
| HSL | 78.55º | 0.85% | 0.62% | - |
| HSV(B) | 78.55º | 0.69% | 0.94% | - |
| XYZ | 53.42 | 73.65 | 18.06 | - |
| YUV | 205.94 | 54.1 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 75 | 0.21 | 0 | 0.69 | 0.06 | 78.55 | 0.85 | 0.62 |
| Hex | BD | F0 | 4B | 15 | 0 | 45 | 6 | 4F | 55 | 3E |
| Octal | 275 | 360 | 113 | 25 | 0 | 105 | 6 | 117 | 125 | 76 |
| Binary | 10111101 | 11110000 | 1001011 | 10101 | 0 | 1000101 | 110 | 1001111 | 1010101 | 111110 |
Color Harmonies of #BDF04B
Complementary color
Monochromatic Colors of #BDF04B
Black with #BDF04B
Text Example
Text Example
White with #BDF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF04B; }
p { color: rgb(189,240,75); }
H1.HeaderClassName
{
color: #BDF04B;
}
.AnyTagClassName
{
color: #BDF04B;
}
</style>
background-color css
<style>
a { background-color: #BDF04B; }
a { background-color: rgb(189,240,75); }
div.DivClassName
{
background-color: #BDF04B;
}
.BgClassName
{
background-color: #BDF04B;
}
</style>
border-color css
<style>
span { border-color: #BDF04B; }
span { border-color: rgb(189,240,75); }
td.TdClassName
{
border-color: #BDF04B;
}
.TagClassName
{
border-color: #BDF04B;
}
</style>