Shades of Conifer #BDF653
Tints of Conifer #BDF653
RGB
CMYK
RGB Variations
Color information
#BDF653 (or 0xBDF653) is known color: Conifer. HEX triplet: BD, F6 and 53. RGB value is (189,246,83). Sum of RGB (Red+Green+Blue) = 189+246+83=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF653 is #4209AC. Grayscale: #D2D2D2. Windows color (decimal): -4327853 or 5502653. OLE color: 5502653.
HSL color Cylindrical-coordinate representation of color #BDF653: hue angle of 80.98º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDF653 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 83 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.04 |
| HSL | 80.98º | 0.9% | 0.65% | - |
| HSV(B) | 80.98º | 0.66% | 0.96% | - |
| XYZ | 55.5 | 77.35 | 20.19 | - |
| YUV | 210.38 | 56.12 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 83 | 0.23 | 0 | 0.66 | 0.04 | 80.98 | 0.9 | 0.65 |
| Hex | BD | F6 | 53 | 17 | 0 | 42 | 4 | 51 | 5A | 41 |
| Octal | 275 | 366 | 123 | 27 | 0 | 102 | 4 | 121 | 132 | 101 |
| Binary | 10111101 | 11110110 | 1010011 | 10111 | 0 | 1000010 | 100 | 1010001 | 1011010 | 1000001 |
Color Harmonies of #BDF653
Complementary color
Monochromatic Colors of #BDF653
Black with #BDF653
Text Example
Text Example
White with #BDF653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF653; }
p { color: rgb(189,246,83); }
H1.HeaderClassName
{
color: #BDF653;
}
.AnyTagClassName
{
color: #BDF653;
}
</style>
background-color css
<style>
a { background-color: #BDF653; }
a { background-color: rgb(189,246,83); }
div.DivClassName
{
background-color: #BDF653;
}
.BgClassName
{
background-color: #BDF653;
}
</style>
border-color css
<style>
span { border-color: #BDF653; }
span { border-color: rgb(189,246,83); }
td.TdClassName
{
border-color: #BDF653;
}
.TagClassName
{
border-color: #BDF653;
}
</style>