Shades of Conifer #BDF153
Tints of Conifer #BDF153
RGB
CMYK
RGB Variations
Color information
#BDF153 (or 0xBDF153) is known color: Conifer. HEX triplet: BD, F1 and 53. RGB value is (189,241,83). Sum of RGB (Red+Green+Blue) = 189+241+83=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF153 is #420EAC. Grayscale: #D0D0D0. Windows color (decimal): -4329133 or 5501373. OLE color: 5501373.
HSL color Cylindrical-coordinate representation of color #BDF153: hue angle of 79.75º degrees, saturation: 0.85, 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 #BDF153 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 83 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.05 |
| HSL | 79.75º | 0.85% | 0.64% | - |
| HSV(B) | 79.75º | 0.66% | 0.95% | - |
| XYZ | 54 | 74.35 | 19.69 | - |
| YUV | 207.44 | 57.77 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 83 | 0.22 | 0 | 0.66 | 0.05 | 79.75 | 0.85 | 0.64 |
| Hex | BD | F1 | 53 | 16 | 0 | 42 | 5 | 50 | 55 | 40 |
| Octal | 275 | 361 | 123 | 26 | 0 | 102 | 5 | 120 | 125 | 100 |
| Binary | 10111101 | 11110001 | 1010011 | 10110 | 0 | 1000010 | 101 | 1010000 | 1010101 | 1000000 |
Color Harmonies of #BDF153
Complementary color
Monochromatic Colors of #BDF153
Black with #BDF153
Text Example
Text Example
White with #BDF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF153; }
p { color: rgb(189,241,83); }
H1.HeaderClassName
{
color: #BDF153;
}
.AnyTagClassName
{
color: #BDF153;
}
</style>
background-color css
<style>
a { background-color: #BDF153; }
a { background-color: rgb(189,241,83); }
div.DivClassName
{
background-color: #BDF153;
}
.BgClassName
{
background-color: #BDF153;
}
</style>
border-color css
<style>
span { border-color: #BDF153; }
span { border-color: rgb(189,241,83); }
td.TdClassName
{
border-color: #BDF153;
}
.TagClassName
{
border-color: #BDF153;
}
</style>