Shades of Conifer #BDF353
Tints of Conifer #BDF353
RGB
CMYK
RGB Variations
Color information
#BDF353 (or 0xBDF353) is known color: Conifer. HEX triplet: BD, F3 and 53. RGB value is (189,243,83). Sum of RGB (Red+Green+Blue) = 189+243+83=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF353 is #420CAC. Grayscale: #D1D1D1. Windows color (decimal): -4328621 or 5501885. OLE color: 5501885.
HSL color Cylindrical-coordinate representation of color #BDF353: hue angle of 80.25º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDF353 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 83 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.05 |
| HSL | 80.25º | 0.87% | 0.64% | - |
| HSV(B) | 80.25º | 0.66% | 0.95% | - |
| XYZ | 54.6 | 75.54 | 19.89 | - |
| YUV | 208.61 | 57.11 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 83 | 0.22 | 0 | 0.66 | 0.05 | 80.25 | 0.87 | 0.64 |
| Hex | BD | F3 | 53 | 16 | 0 | 42 | 5 | 50 | 57 | 40 |
| Octal | 275 | 363 | 123 | 26 | 0 | 102 | 5 | 120 | 127 | 100 |
| Binary | 10111101 | 11110011 | 1010011 | 10110 | 0 | 1000010 | 101 | 1010000 | 1010111 | 1000000 |
Color Harmonies of #BDF353
Complementary color
Monochromatic Colors of #BDF353
Black with #BDF353
Text Example
Text Example
White with #BDF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF353; }
p { color: rgb(189,243,83); }
H1.HeaderClassName
{
color: #BDF353;
}
.AnyTagClassName
{
color: #BDF353;
}
</style>
background-color css
<style>
a { background-color: #BDF353; }
a { background-color: rgb(189,243,83); }
div.DivClassName
{
background-color: #BDF353;
}
.BgClassName
{
background-color: #BDF353;
}
</style>
border-color css
<style>
span { border-color: #BDF353; }
span { border-color: rgb(189,243,83); }
td.TdClassName
{
border-color: #BDF353;
}
.TagClassName
{
border-color: #BDF353;
}
</style>