Shades of Conifer #BDF04C
Tints of Conifer #BDF04C
RGB
CMYK
RGB Variations
Color information
#BDF04C (or 0xBDF04C) is known color: Conifer. HEX triplet: BD, F0 and 4C. RGB value is (189,240,76). Sum of RGB (Red+Green+Blue) = 189+240+76=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF04C is #420FB3. Grayscale: #CECECE. Windows color (decimal): -4329396 or 5042365. OLE color: 5042365.
HSL color Cylindrical-coordinate representation of color #BDF04C: hue angle of 78.66º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDF04C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 76 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.06 |
| HSL | 78.66º | 0.85% | 0.62% | - |
| HSV(B) | 78.66º | 0.68% | 0.94% | - |
| XYZ | 53.45 | 73.66 | 18.24 | - |
| YUV | 206.06 | 54.6 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 76 | 0.21 | 0 | 0.68 | 0.06 | 78.66 | 0.85 | 0.62 |
| Hex | BD | F0 | 4C | 15 | 0 | 44 | 6 | 4F | 55 | 3E |
| Octal | 275 | 360 | 114 | 25 | 0 | 104 | 6 | 117 | 125 | 76 |
| Binary | 10111101 | 11110000 | 1001100 | 10101 | 0 | 1000100 | 110 | 1001111 | 1010101 | 111110 |
Color Harmonies of #BDF04C
Complementary color
Monochromatic Colors of #BDF04C
Black with #BDF04C
Text Example
Text Example
White with #BDF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF04C; }
p { color: rgb(189,240,76); }
H1.HeaderClassName
{
color: #BDF04C;
}
.AnyTagClassName
{
color: #BDF04C;
}
</style>
background-color css
<style>
a { background-color: #BDF04C; }
a { background-color: rgb(189,240,76); }
div.DivClassName
{
background-color: #BDF04C;
}
.BgClassName
{
background-color: #BDF04C;
}
</style>
border-color css
<style>
span { border-color: #BDF04C; }
span { border-color: rgb(189,240,76); }
td.TdClassName
{
border-color: #BDF04C;
}
.TagClassName
{
border-color: #BDF04C;
}
</style>